Package com.launchdarkly.api.model
Class Client
- java.lang.Object
-
- com.launchdarkly.api.model.Client
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-03-05T10:45:26.516033Z[Etc/UTC]", comments="Generator version: 7.18.0") public class Client extends java.lang.ObjectClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClient.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashSet<java.lang.String>openapiFieldsstatic java.util.HashSet<java.lang.String>openapiRequiredFieldsstatic java.lang.StringSERIALIZED_NAME_ACCOUNT_IDstatic java.lang.StringSERIALIZED_NAME_CLIENT_IDstatic java.lang.StringSERIALIZED_NAME_CLIENT_SECRETstatic java.lang.StringSERIALIZED_NAME_CREATION_DATEstatic java.lang.StringSERIALIZED_NAME_DESCRIPTIONstatic java.lang.StringSERIALIZED_NAME_LINKSstatic java.lang.StringSERIALIZED_NAME_NAMEstatic java.lang.StringSERIALIZED_NAME_REDIRECT_URI
-
Constructor Summary
Constructors Constructor Description Client()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientaccountId(java.lang.String accountId)ClientclientId(java.lang.String clientId)ClientclientSecret(java.lang.String clientSecret)ClientcreationDate(java.lang.Long creationDate)Clientdescription(java.lang.String description)booleanequals(java.lang.Object o)static ClientfromJson(java.lang.String jsonString)Create an instance of Client given an JSON stringjava.lang.StringgetAccountId()The account ID the client is registered underjava.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()Return the additional (undeclared) property.java.lang.ObjectgetAdditionalProperty(java.lang.String key)Return the additional (undeclared) property with the specified name.java.lang.StringgetClientId()The client's unique IDjava.lang.StringgetClientSecret()The client secret.java.lang.LonggetCreationDate()Get creationDatejava.lang.StringgetDescription()Client descriptionjava.util.Map<java.lang.String,Link>getLinks()The location and content type of related resourcesjava.lang.StringgetName()Client namejava.lang.StringgetRedirectUri()The client's redirect URIinthashCode()Clientlinks(java.util.Map<java.lang.String,Link> links)Clientname(java.lang.String name)ClientputAdditionalProperty(java.lang.String key, java.lang.Object value)Set the additional (undeclared) property with the specified name and value.ClientputLinksItem(java.lang.String key, Link linksItem)ClientredirectUri(java.lang.String redirectUri)voidsetAccountId(java.lang.String accountId)voidsetClientId(java.lang.String clientId)voidsetClientSecret(java.lang.String clientSecret)voidsetCreationDate(java.lang.Long creationDate)voidsetDescription(java.lang.String description)voidsetLinks(java.util.Map<java.lang.String,Link> links)voidsetName(java.lang.String name)voidsetRedirectUri(java.lang.String redirectUri)java.lang.StringtoJson()Convert an instance of Client to an JSON stringjava.lang.StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_LINKS
public static final java.lang.String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final java.lang.String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final java.lang.String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACCOUNT_ID
public static final java.lang.String SERIALIZED_NAME_ACCOUNT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLIENT_ID
public static final java.lang.String SERIALIZED_NAME_CLIENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLIENT_SECRET
public static final java.lang.String SERIALIZED_NAME_CLIENT_SECRET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REDIRECT_URI
public static final java.lang.String SERIALIZED_NAME_REDIRECT_URI
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_DATE
public static final java.lang.String SERIALIZED_NAME_CREATION_DATE
- See Also:
- Constant Field Values
-
openapiFields
public static java.util.HashSet<java.lang.String> openapiFields
-
openapiRequiredFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
-
-
Method Detail
-
getLinks
@Nonnull public java.util.Map<java.lang.String,Link> getLinks()
The location and content type of related resources- Returns:
- links
-
setLinks
public void setLinks(@Nonnull java.util.Map<java.lang.String,Link> links)
-
name
public Client name(@Nonnull java.lang.String name)
-
getName
@Nonnull public java.lang.String getName()
Client name- Returns:
- name
-
setName
public void setName(@Nonnull java.lang.String name)
-
description
public Client description(@Nullable java.lang.String description)
-
getDescription
@Nullable public java.lang.String getDescription()
Client description- Returns:
- description
-
setDescription
public void setDescription(@Nullable java.lang.String description)
-
accountId
public Client accountId(@Nonnull java.lang.String accountId)
-
getAccountId
@Nonnull public java.lang.String getAccountId()
The account ID the client is registered under- Returns:
- accountId
-
setAccountId
public void setAccountId(@Nonnull java.lang.String accountId)
-
clientId
public Client clientId(@Nonnull java.lang.String clientId)
-
getClientId
@Nonnull public java.lang.String getClientId()
The client's unique ID- Returns:
- clientId
-
setClientId
public void setClientId(@Nonnull java.lang.String clientId)
-
clientSecret
public Client clientSecret(@Nullable java.lang.String clientSecret)
-
getClientSecret
@Nullable public java.lang.String getClientSecret()
The client secret. This will only be shown upon creation.- Returns:
- clientSecret
-
setClientSecret
public void setClientSecret(@Nullable java.lang.String clientSecret)
-
redirectUri
public Client redirectUri(@Nonnull java.lang.String redirectUri)
-
getRedirectUri
@Nonnull public java.lang.String getRedirectUri()
The client's redirect URI- Returns:
- redirectUri
-
setRedirectUri
public void setRedirectUri(@Nonnull java.lang.String redirectUri)
-
creationDate
public Client creationDate(@Nonnull java.lang.Long creationDate)
-
getCreationDate
@Nonnull public java.lang.Long getCreationDate()
Get creationDate- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(@Nonnull java.lang.Long creationDate)
-
putAdditionalProperty
public Client putAdditionalProperty(java.lang.String key, java.lang.Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the Client instance itself
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
public java.lang.Object getAdditionalProperty(java.lang.String key)
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws java.io.IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
java.io.IOException- if the JSON Element is invalid with respect to Client
-
fromJson
public static Client fromJson(java.lang.String jsonString) throws java.io.IOException
Create an instance of Client given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Client
- Throws:
java.io.IOException- if the JSON string is invalid with respect to Client
-
toJson
public java.lang.String toJson()
Convert an instance of Client to an JSON string- Returns:
- JSON string
-
-