Class AuthorizationCheckResultDto

java.lang.Object
org.camunda.community.rest.client.dto.AuthorizationCheckResultDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class AuthorizationCheckResultDto extends Object
AuthorizationCheckResultDto
  • Field Details

  • Constructor Details

    • AuthorizationCheckResultDto

      public AuthorizationCheckResultDto()
  • Method Details

    • permissionName

      public AuthorizationCheckResultDto permissionName(String permissionName)
    • getPermissionName

      @Nullable public String getPermissionName()
      Name of the permission which was checked.
      Returns:
      permissionName
    • getPermissionName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getPermissionName_JsonNullable()
    • setPermissionName_JsonNullable

      public void setPermissionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> permissionName)
    • setPermissionName

      public void setPermissionName(String permissionName)
    • resourceName

      public AuthorizationCheckResultDto resourceName(String resourceName)
    • getResourceName

      @Nullable public String getResourceName()
      The name of the resource for which the permission check was performed.
      Returns:
      resourceName
    • getResourceName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getResourceName_JsonNullable()
    • setResourceName_JsonNullable

      public void setResourceName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceName)
    • setResourceName

      public void setResourceName(String resourceName)
    • resourceId

      public AuthorizationCheckResultDto resourceId(String resourceId)
    • getResourceId

      @Nullable public String getResourceId()
      The id of the resource for which the permission check was performed.
      Returns:
      resourceId
    • getResourceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getResourceId_JsonNullable()
    • setResourceId_JsonNullable

      public void setResourceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceId)
    • setResourceId

      public void setResourceId(String resourceId)
    • authorized

      public AuthorizationCheckResultDto authorized(Boolean authorized)
    • getAuthorized

      @Nullable public Boolean getAuthorized()
      Returns true or false depending on whether the user is authorized or not.
      Returns:
      authorized
    • getAuthorized_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getAuthorized_JsonNullable()
    • setAuthorized_JsonNullable

      public void setAuthorized_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> authorized)
    • setAuthorized

      public void setAuthorized(Boolean authorized)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string