> + return obsolete;
> + }
> +
> + /**
> + * Optional RFC3339 timestamp for when the deprecation state was changed
> to DELETED.
> + *
> + * @return the timestamp
> + */
> + public Date getDeleted() {
> + return deleted;
> + }
> +
> + /**
> + * @see DeprecateOptions#getState()
> + */
> + public DeprecateOptions state(State state) {
No builder for these - builder and options class in one? Do we do that
elsewhere?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5362870