@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class BrandLinks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SELF |
static String |
JSON_PROPERTY_THEMES |
Constructor and Description |
---|
BrandLinks() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HrefObject |
getSelf()
Get self
|
HrefObject |
getThemes()
Get themes
|
int |
hashCode() |
BrandLinks |
self(HrefObject self) |
void |
setSelf(HrefObject self) |
void |
setThemes(HrefObject themes) |
BrandLinks |
themes(HrefObject themes) |
String |
toString() |
public static final String JSON_PROPERTY_SELF
public static final String JSON_PROPERTY_THEMES
public BrandLinks self(HrefObject self)
@Nullable public HrefObject getSelf()
public void setSelf(HrefObject self)
public BrandLinks themes(HrefObject themes)
@Nullable public HrefObject getThemes()
public void setThemes(HrefObject themes)
Copyright © 2017–2023 Okta. All rights reserved.