@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class ResourceSetLinks extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_BINDINGS  | 
static String | 
JSON_PROPERTY_RESOURCES  | 
static String | 
JSON_PROPERTY_SELF  | 
| Constructor and Description | 
|---|
ResourceSetLinks()  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceSetLinks | 
bindings(HrefObject bindings)  | 
boolean | 
equals(Object o)  | 
HrefObject | 
getBindings()
Get bindings 
 | 
HrefObject | 
getResources()
Get resources 
 | 
HrefObjectSelfLink | 
getSelf()
Get self 
 | 
int | 
hashCode()  | 
ResourceSetLinks | 
resources(HrefObject resources)  | 
ResourceSetLinks | 
self(HrefObjectSelfLink self)  | 
void | 
setBindings(HrefObject bindings)  | 
void | 
setResources(HrefObject resources)  | 
void | 
setSelf(HrefObjectSelfLink self)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_SELF
public static final String JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_BINDINGS
public ResourceSetLinks self(HrefObjectSelfLink self)
@Nullable public HrefObjectSelfLink getSelf()
public void setSelf(HrefObjectSelfLink self)
public ResourceSetLinks resources(HrefObject resources)
@Nullable public HrefObject getResources()
public void setResources(HrefObject resources)
public ResourceSetLinks bindings(HrefObject bindings)
@Nullable public HrefObject getBindings()
public void setBindings(HrefObject bindings)
Copyright © 2017–2023 Okta. All rights reserved.