Class ApplicationWithSecretIdpModel
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.model.ApplicationWithSecretIdpModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-08T19:41:08.396983Z[Etc/UTC]") public class ApplicationWithSecretIdpModel extends Object
ApplicationWithSecretIdpModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationWithSecretIdpModel.ScopesEnumGets or Sets scopes
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLIENT_IDstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SCOPESstatic StringJSON_PROPERTY_SECRET
-
Constructor Summary
Constructors Constructor Description ApplicationWithSecretIdpModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SCOPES
public static final String JSON_PROPERTY_SCOPES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECRET
public static final String JSON_PROPERTY_SECRET
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ApplicationWithSecretIdpModel name(String name)
-
setName
public void setName(String name)
-
clientId
public ApplicationWithSecretIdpModel clientId(String clientId)
-
getClientId
@Nonnull public String getClientId()
The OAuth2 application's client ID.- Returns:
- clientId
-
setClientId
public void setClientId(String clientId)
-
scopes
public ApplicationWithSecretIdpModel scopes(List<ApplicationWithSecretIdpModel.ScopesEnum> scopes)
-
addScopesItem
public ApplicationWithSecretIdpModel addScopesItem(ApplicationWithSecretIdpModel.ScopesEnum scopesItem)
-
getScopes
@Nonnull public List<ApplicationWithSecretIdpModel.ScopesEnum> getScopes()
List of the scopes granted to the OAuth2 application.- Returns:
- scopes
-
setScopes
public void setScopes(List<ApplicationWithSecretIdpModel.ScopesEnum> scopes)
-
createdAt
public ApplicationWithSecretIdpModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull public OffsetDateTime getCreatedAt()
ISO8601 datetime the application was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
secret
public ApplicationWithSecretIdpModel secret(String secret)
-
setSecret
public void setSecret(String secret)
-
-