Package com.launchdarkly.api.model
Class CustomRole
- java.lang.Object
-
- com.launchdarkly.api.model.CustomRole
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-03-05T10:45:26.516033Z[Etc/UTC]", comments="Generator version: 7.18.0") 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_ASSIGNED_TOstatic 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_POLICYstatic java.lang.StringSERIALIZED_NAME_PRESET_BUNDLE_VERSIONstatic java.lang.StringSERIALIZED_NAME_PRESET_STATEMENTSstatic java.lang.StringSERIALIZED_NAME_RESOURCE_CATEGORY
-
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)CustomRoleaddPresetStatementsItem(Statement presetStatementsItem)CustomRoleassignedTo(AssignedToRep assignedTo)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.AssignedToRepgetAssignedTo()Get assignedTojava.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 rolejava.lang.IntegergetPresetBundleVersion()If created from a preset, the preset bundle versionjava.util.List<Statement>getPresetStatements()If created from a preset, the read-only statements copied from the presetjava.lang.StringgetResourceCategory()Get resourceCategoryinthashCode()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)CustomRolepresetBundleVersion(java.lang.Integer presetBundleVersion)CustomRolepresetStatements(java.util.List<Statement> presetStatements)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)CustomRoleresourceCategory(java.lang.String resourceCategory)voidsetAccess(Access access)voidsetAssignedTo(AssignedToRep assignedTo)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)voidsetPresetBundleVersion(java.lang.Integer presetBundleVersion)voidsetPresetStatements(java.util.List<Statement> presetStatements)voidsetResourceCategory(java.lang.String resourceCategory)java.lang.StringtoJson()Convert an instance of CustomRole 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_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
-
SERIALIZED_NAME_RESOURCE_CATEGORY
public static final java.lang.String SERIALIZED_NAME_RESOURCE_CATEGORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ASSIGNED_TO
public static final java.lang.String SERIALIZED_NAME_ASSIGNED_TO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRESET_BUNDLE_VERSION
public static final java.lang.String SERIALIZED_NAME_PRESET_BUNDLE_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRESET_STATEMENTS
public static final java.lang.String SERIALIZED_NAME_PRESET_STATEMENTS
- 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(@Nonnull java.lang.String id)
-
getId
@Nonnull public java.lang.String getId()
The ID of the custom role- Returns:
- id
-
setId
public void setId(@Nonnull java.lang.String id)
-
links
public CustomRole links(@Nonnull 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(@Nonnull java.util.Map<java.lang.String,Link> links)
-
access
public CustomRole access(@Nullable Access access)
-
getAccess
@Nullable public Access getAccess()
Get access- Returns:
- access
-
setAccess
public void setAccess(@Nullable Access access)
-
description
public CustomRole description(@Nullable java.lang.String description)
-
getDescription
@Nullable public java.lang.String getDescription()
The description of the custom role- Returns:
- description
-
setDescription
public void setDescription(@Nullable java.lang.String description)
-
key
public CustomRole key(@Nonnull java.lang.String key)
-
getKey
@Nonnull public java.lang.String getKey()
The key of the custom role- Returns:
- key
-
setKey
public void setKey(@Nonnull java.lang.String key)
-
name
public CustomRole name(@Nonnull java.lang.String name)
-
getName
@Nonnull public java.lang.String getName()
The name of the custom role- Returns:
- name
-
setName
public void setName(@Nonnull java.lang.String name)
-
policy
public CustomRole policy(@Nonnull 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(@Nonnull java.util.List<Statement> policy)
-
basePermissions
public CustomRole basePermissions(@Nullable java.lang.String basePermissions)
-
getBasePermissions
@Nullable public java.lang.String getBasePermissions()
Get basePermissions- Returns:
- basePermissions
-
setBasePermissions
public void setBasePermissions(@Nullable java.lang.String basePermissions)
-
resourceCategory
public CustomRole resourceCategory(@Nullable java.lang.String resourceCategory)
-
getResourceCategory
@Nullable public java.lang.String getResourceCategory()
Get resourceCategory- Returns:
- resourceCategory
-
setResourceCategory
public void setResourceCategory(@Nullable java.lang.String resourceCategory)
-
assignedTo
public CustomRole assignedTo(@Nullable AssignedToRep assignedTo)
-
getAssignedTo
@Nullable public AssignedToRep getAssignedTo()
Get assignedTo- Returns:
- assignedTo
-
setAssignedTo
public void setAssignedTo(@Nullable AssignedToRep assignedTo)
-
presetBundleVersion
public CustomRole presetBundleVersion(@Nullable java.lang.Integer presetBundleVersion)
-
getPresetBundleVersion
@Nullable public java.lang.Integer getPresetBundleVersion()
If created from a preset, the preset bundle version- Returns:
- presetBundleVersion
-
setPresetBundleVersion
public void setPresetBundleVersion(@Nullable java.lang.Integer presetBundleVersion)
-
presetStatements
public CustomRole presetStatements(@Nullable java.util.List<Statement> presetStatements)
-
addPresetStatementsItem
public CustomRole addPresetStatementsItem(Statement presetStatementsItem)
-
getPresetStatements
@Nullable public java.util.List<Statement> getPresetStatements()
If created from a preset, the read-only statements copied from the preset- Returns:
- presetStatements
-
setPresetStatements
public void setPresetStatements(@Nullable java.util.List<Statement> presetStatements)
-
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.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the CustomRole 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 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
-
-