Package com.okta.sdk.resource.model
Class ResourceSetLinks
java.lang.Object
com.okta.sdk.resource.model.ResourceSetLinks
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ResourceSetLinks
extends Object
implements Serializable
ResourceSetLinks
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbindings
(HrefObject bindings) boolean
Get bindingsGet resourcesgetSelf()
Get selfint
hashCode()
resources
(HrefObject resources) self
(HrefObjectSelfLink self) void
setBindings
(HrefObject bindings) void
setResources
(HrefObject resources) void
setSelf
(HrefObjectSelfLink self) toString()
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_RESOURCES
- See Also:
-
JSON_PROPERTY_BINDINGS
- See Also:
-
-
Constructor Details
-
ResourceSetLinks
public ResourceSetLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
resources
-
getResources
Get resources- Returns:
- resources
-
setResources
-
bindings
-
getBindings
Get bindings- Returns:
- bindings
-
setBindings
-
equals
-
hashCode
public int hashCode() -
toString
-