Interface | Description |
---|---|
Auditable |
Interface to be implemented by
Resources that contain and can be retrieved using the Resource#createdAt . |
CollectionResource<T extends Resource> | |
Deletable | |
ExtensibleResource |
A
Resource whose's properties are accessible via a map, and convenience methods via PropertyRetriever . |
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 | Description |
---|---|
ResourceException |
A Runtime exception typically thrown when the remote server returns a non 20x response.
|
Copyright © 2017–2023 Okta. All rights reserved.