Class MissingAuthorizationDto
java.lang.Object
org.camunda.community.rest.client.dto.MissingAuthorizationDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class MissingAuthorizationDto
extends Object
MissingAuthorizationDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe permission name that the user is missing.org.openapitools.jackson.nullable.JsonNullable<String>The id of the resource that the user is missing permission for.org.openapitools.jackson.nullable.JsonNullable<String>The name of the resource that the user is missing permission for.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()permissionName(String permissionName) resourceId(String resourceId) resourceName(String resourceName) voidsetPermissionName(String permissionName) voidsetPermissionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> permissionName) voidsetResourceId(String resourceId) voidsetResourceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceId) voidsetResourceName(String resourceName) voidsetResourceName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PERMISSION_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
-
Constructor Details
-
MissingAuthorizationDto
public MissingAuthorizationDto()
-
-
Method Details
-
permissionName
-
getPermissionName
The permission name that the user is missing.- Returns:
- permissionName
-
getPermissionName_JsonNullable
-
setPermissionName_JsonNullable
public void setPermissionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> permissionName) -
setPermissionName
-
resourceName
-
getResourceName
The name of the resource that the user is missing permission for.- Returns:
- resourceName
-
getResourceName_JsonNullable
-
setResourceName_JsonNullable
public void setResourceName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceName) -
setResourceName
-
resourceId
-
getResourceId
The id of the resource that the user is missing permission for.- Returns:
- resourceId
-
getResourceId_JsonNullable
-
setResourceId_JsonNullable
public void setResourceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceId) -
setResourceId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-