@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PageRoot extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EMBEDDED |
static String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
PageRoot() |
Modifier and Type | Method and Description |
---|---|
PageRoot |
embedded(PageRootEmbedded embedded) |
boolean |
equals(Object o) |
PageRootEmbedded |
getEmbedded()
Get embedded
|
PageRootLinks |
getLinks()
Get links
|
int |
hashCode() |
PageRoot |
links(PageRootLinks links) |
void |
setEmbedded(PageRootEmbedded embedded) |
void |
setLinks(PageRootLinks links) |
String |
toString() |
public static final String JSON_PROPERTY_EMBEDDED
public static final String JSON_PROPERTY_LINKS
public PageRoot embedded(PageRootEmbedded embedded)
@Nullable public PageRootEmbedded getEmbedded()
public void setEmbedded(PageRootEmbedded embedded)
public PageRoot links(PageRootLinks links)
@Nullable public PageRootLinks getLinks()
public void setLinks(PageRootLinks links)
Copyright © 2017–2023 Okta. All rights reserved.