Package com.okta.sdk.resource
-
Interface Summary Interface Description Auditable Interface to be implemented byResources
that contain and can be retrieved using theResource#createdAt
.CollectionResource<T extends Resource> Deletable ExtensibleResource AResource
whose's properties are accessible via a map, and convenience methods viaPropertyRetriever
.FileResource PropertyRetriever Resource Base representation of a REST resource payload.Saveable<R extends Resource> VoidResource A generic Resource implementation that can be used when the response type is expected to be empty; -
Exception Summary Exception Description ResourceException A Runtime exception typically thrown when the remote server returns a non 20x response.