@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class ResourceSets extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_RESOURCE_SETS |
Constructor and Description |
---|
ResourceSets() |
Modifier and Type | Method and Description |
---|---|
ResourceSets |
addResourceSetsItem(ResourceSet resourceSetsItem) |
boolean |
equals(Object o) |
LinksNext |
getLinks()
Get links
|
List<ResourceSet> |
getResourceSets()
Get resourceSets
|
int |
hashCode() |
ResourceSets |
links(LinksNext links) |
ResourceSets |
resourceSets(List<ResourceSet> resourceSets) |
void |
setLinks(LinksNext links) |
void |
setResourceSets(List<ResourceSet> resourceSets) |
String |
toString() |
public static final String JSON_PROPERTY_RESOURCE_SETS
public static final String JSON_PROPERTY_LINKS
public ResourceSets resourceSets(List<ResourceSet> resourceSets)
public ResourceSets addResourceSetsItem(ResourceSet resourceSetsItem)
@Nullable public List<ResourceSet> getResourceSets()
public void setResourceSets(List<ResourceSet> resourceSets)
public ResourceSets links(LinksNext links)
public void setLinks(LinksNext links)
Copyright © 2017–2023 Okta. All rights reserved.