> + 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) {
Actually, I'm gonna remove that here (along with the deprecate API thingie
itself) since it's new APIs that I haven't tested and here I'm really just
concerned with having the old stuff work.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5379325