@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class ResourceSetLinksAllOf extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_BINDINGS  | 
static String | 
JSON_PROPERTY_RESOURCES  | 
| Constructor and Description | 
|---|
ResourceSetLinksAllOf()  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceSetLinksAllOf | 
bindings(HrefObject bindings)  | 
boolean | 
equals(Object o)  | 
HrefObject | 
getBindings()
Get bindings 
 | 
HrefObject | 
getResources()
Get resources 
 | 
int | 
hashCode()  | 
ResourceSetLinksAllOf | 
resources(HrefObject resources)  | 
void | 
setBindings(HrefObject bindings)  | 
void | 
setResources(HrefObject resources)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_BINDINGS
public ResourceSetLinksAllOf resources(HrefObject resources)
@Nullable public HrefObject getResources()
public void setResources(HrefObject resources)
public ResourceSetLinksAllOf bindings(HrefObject bindings)
@Nullable public HrefObject getBindings()
public void setBindings(HrefObject bindings)
Copyright © 2017–2023 Okta. All rights reserved.