Class Role


  • public class Role
    extends java.lang.Object
    Role - The role of manager
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Role.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Role()  
      Role​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends RoleType> roleType)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Role.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
      The label of the role type
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<RoleType> roleType()
      The manager role type (e.g., admin, viewer)
      java.lang.String toString()  
      Role withId​(java.lang.String id)
      Unique identifier
      Role withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Role withLabel​(java.lang.String label)
      The label of the role type
      Role withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
      The label of the role type
      Role withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Role withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Role withRoleType​(RoleType roleType)
      The manager role type (e.g., admin, viewer)
      Role withRoleType​(org.openapitools.jackson.nullable.JsonNullable<? extends RoleType> roleType)
      The manager role type (e.g., admin, viewer)
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Role

        public Role​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                    org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                    org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                    org.openapitools.jackson.nullable.JsonNullable<? extends RoleType> roleType)
      • Role

        public Role()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the role type
      • roleType

        public org.openapitools.jackson.nullable.JsonNullable<RoleType> roleType()
        The manager role type (e.g., admin, viewer)
      • withId

        public Role withId​(java.lang.String id)
        Unique identifier
      • withId

        public Role withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public Role withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public Role withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withLabel

        public Role withLabel​(java.lang.String label)
        The label of the role type
      • withLabel

        public Role withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the role type
      • withRoleType

        public Role withRoleType​(RoleType roleType)
        The manager role type (e.g., admin, viewer)
      • withRoleType

        public Role withRoleType​(org.openapitools.jackson.nullable.JsonNullable<? extends RoleType> roleType)
        The manager role type (e.g., admin, viewer)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object