@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PageRootLinks extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CUSTOMIZED |
static String |
JSON_PROPERTY_DEFAULT |
static String |
JSON_PROPERTY_PREVIEW |
static String |
JSON_PROPERTY_SELF |
Constructor and Description |
---|
PageRootLinks() |
Modifier and Type | Method and Description |
---|---|
PageRootLinks |
_default(HrefObject _default) |
PageRootLinks |
customized(HrefObject customized) |
boolean |
equals(Object o) |
HrefObject |
getCustomized()
Get customized
|
HrefObject |
getDefault()
Get _default
|
HrefObject |
getPreview()
Get preview
|
HrefObjectSelfLink |
getSelf()
Get self
|
int |
hashCode() |
PageRootLinks |
preview(HrefObject preview) |
PageRootLinks |
self(HrefObjectSelfLink self) |
void |
setCustomized(HrefObject customized) |
void |
setDefault(HrefObject _default) |
void |
setPreview(HrefObject preview) |
void |
setSelf(HrefObjectSelfLink self) |
String |
toString() |
public static final String JSON_PROPERTY_SELF
public static final String JSON_PROPERTY_DEFAULT
public static final String JSON_PROPERTY_CUSTOMIZED
public static final String JSON_PROPERTY_PREVIEW
public PageRootLinks self(HrefObjectSelfLink self)
@Nullable public HrefObjectSelfLink getSelf()
public void setSelf(HrefObjectSelfLink self)
public PageRootLinks _default(HrefObject _default)
@Nullable public HrefObject getDefault()
public void setDefault(HrefObject _default)
public PageRootLinks customized(HrefObject customized)
@Nullable public HrefObject getCustomized()
public void setCustomized(HrefObject customized)
public PageRootLinks preview(HrefObject preview)
@Nullable public HrefObject getPreview()
public void setPreview(HrefObject preview)
Copyright © 2017–2023 Okta. All rights reserved.