Package com.launchdarkly.api.model
Class CustomRole
- java.lang.Object
-
- com.launchdarkly.api.model.CustomRole
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-16T23:57:26.096741Z[Etc/UTC]") public class CustomRole extends java.lang.ObjectCustomRole
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomRole.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_ACCESSstatic java.lang.StringSERIALIZED_NAME_BASE_PERMISSIONSstatic java.lang.StringSERIALIZED_NAME_DESCRIPTIONstatic java.lang.StringSERIALIZED_NAME_IDstatic java.lang.StringSERIALIZED_NAME_KEYstatic java.lang.StringSERIALIZED_NAME_LINKSstatic java.lang.StringSERIALIZED_NAME_NAMEstatic java.lang.StringSERIALIZED_NAME_POLICY
-
Constructor Summary
Constructors Constructor Description CustomRole()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomRoleaccess(Access access)CustomRoleaddPolicyItem(Statement policyItem)CustomRolebasePermissions(java.lang.String basePermissions)CustomRoledescription(java.lang.String description)booleanequals(java.lang.Object o)static CustomRolefromJson(java.lang.String jsonString)Create an instance of CustomRole given an JSON stringAccessgetAccess()Get accessjava.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.StringgetBasePermissions()Get basePermissionsjava.lang.StringgetDescription()The description of the custom rolejava.lang.StringgetId()The ID of the custom rolejava.lang.StringgetKey()The key of the custom rolejava.util.Map<java.lang.String,Link>getLinks()The location and content type of related resourcesjava.lang.StringgetName()The name of the custom rolejava.util.List<Statement>getPolicy()An array of the policies that comprise this custom roleinthashCode()CustomRoleid(java.lang.String id)CustomRolekey(java.lang.String key)CustomRolelinks(java.util.Map<java.lang.String,Link> links)CustomRolename(java.lang.String name)CustomRolepolicy(java.util.List<Statement> policy)CustomRoleputAdditionalProperty(java.lang.String key, java.lang.Object value)Set the additional (undeclared) property with the specified name and value.CustomRoleputLinksItem(java.lang.String key, Link linksItem)voidsetAccess(Access access)voidsetBasePermissions(java.lang.String basePermissions)voidsetDescription(java.lang.String description)voidsetId(java.lang.String id)voidsetKey(java.lang.String key)voidsetLinks(java.util.Map<java.lang.String,Link> links)voidsetName(java.lang.String name)voidsetPolicy(java.util.List<Statement> policy)java.lang.StringtoJson()Convert an instance of CustomRole to an JSON stringjava.lang.StringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final java.lang.String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final java.lang.String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACCESS
public static final java.lang.String SERIALIZED_NAME_ACCESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final java.lang.String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final java.lang.String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final java.lang.String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POLICY
public static final java.lang.String SERIALIZED_NAME_POLICY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BASE_PERMISSIONS
public static final java.lang.String SERIALIZED_NAME_BASE_PERMISSIONS
- 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
-
id
public CustomRole id(java.lang.String id)
-
getId
@Nonnull public java.lang.String getId()
The ID of the custom role- Returns:
- id
-
setId
public void setId(java.lang.String id)
-
links
public CustomRole links(java.util.Map<java.lang.String,Link> links)
-
putLinksItem
public CustomRole putLinksItem(java.lang.String key, Link linksItem)
-
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(java.util.Map<java.lang.String,Link> links)
-
access
public CustomRole access(Access access)
-
getAccess
@Nullable public Access getAccess()
Get access- Returns:
- access
-
setAccess
public void setAccess(Access access)
-
description
public CustomRole description(java.lang.String description)
-
getDescription
@Nullable public java.lang.String getDescription()
The description of the custom role- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
key
public CustomRole key(java.lang.String key)
-
getKey
@Nonnull public java.lang.String getKey()
The key of the custom role- Returns:
- key
-
setKey
public void setKey(java.lang.String key)
-
name
public CustomRole name(java.lang.String name)
-
getName
@Nonnull public java.lang.String getName()
The name of the custom role- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
policy
public CustomRole policy(java.util.List<Statement> policy)
-
addPolicyItem
public CustomRole addPolicyItem(Statement policyItem)
-
getPolicy
@Nonnull public java.util.List<Statement> getPolicy()
An array of the policies that comprise this custom role- Returns:
- policy
-
setPolicy
public void setPolicy(java.util.List<Statement> policy)
-
basePermissions
public CustomRole basePermissions(java.lang.String basePermissions)
-
getBasePermissions
@Nullable public java.lang.String getBasePermissions()
Get basePermissions- Returns:
- basePermissions
-
setBasePermissions
public void setBasePermissions(java.lang.String basePermissions)
-
putAdditionalProperty
public CustomRole 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.
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
Return the additional (undeclared) property.
-
getAdditionalProperty
public java.lang.Object getAdditionalProperty(java.lang.String key)
Return the additional (undeclared) property with the specified name.
-
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
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws java.io.IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
java.io.IOException- if the JSON Object is invalid with respect to CustomRole
-
fromJson
public static CustomRole fromJson(java.lang.String jsonString) throws java.io.IOException
Create an instance of CustomRole given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustomRole
- Throws:
java.io.IOException- if the JSON string is invalid with respect to CustomRole
-
toJson
public java.lang.String toJson()
Convert an instance of CustomRole to an JSON string- Returns:
- JSON string
-
-