@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class APIServiceIntegrationLinks extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CLIENT |
static String |
JSON_PROPERTY_LOGO |
static String |
JSON_PROPERTY_SELF |
Constructor and Description |
---|
APIServiceIntegrationLinks() |
Modifier and Type | Method and Description |
---|---|
APIServiceIntegrationLinks |
client(HrefObjectClientLink client) |
boolean |
equals(Object o) |
HrefObjectClientLink |
getClient()
Get client
|
HrefObjectLogoLink |
getLogo()
Get logo
|
HrefObjectSelfLink |
getSelf()
Get self
|
int |
hashCode() |
APIServiceIntegrationLinks |
logo(HrefObjectLogoLink logo) |
APIServiceIntegrationLinks |
self(HrefObjectSelfLink self) |
void |
setClient(HrefObjectClientLink client) |
void |
setLogo(HrefObjectLogoLink logo) |
void |
setSelf(HrefObjectSelfLink self) |
String |
toString() |
public static final String JSON_PROPERTY_CLIENT
public static final String JSON_PROPERTY_LOGO
public static final String JSON_PROPERTY_SELF
public APIServiceIntegrationLinks client(HrefObjectClientLink client)
@Nullable public HrefObjectClientLink getClient()
public void setClient(HrefObjectClientLink client)
public APIServiceIntegrationLinks logo(HrefObjectLogoLink logo)
@Nullable public HrefObjectLogoLink getLogo()
public void setLogo(HrefObjectLogoLink logo)
public APIServiceIntegrationLinks self(HrefObjectSelfLink self)
@Nullable public HrefObjectSelfLink getSelf()
public void setSelf(HrefObjectSelfLink self)
Copyright © 2017–2023 Okta. All rights reserved.