Class IamGroup


  • public class IamGroup
    extends java.lang.Object
    • Nested Class Summary

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

      Constructors 
      Constructor Description
      IamGroup()  
      IamGroup​(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamRole>> roles, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteParentId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static IamGroup.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()  
      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> name()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId()
      The parent group id for when a group belongs to another group.
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteParentId()
      Provider's unique identifier of the parent group id for when a group belongs to another group.
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamRole>> roles()  
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<IamGroupType> type()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()  
      IamGroup withCreatedAt​(java.time.OffsetDateTime createdAt)  
      IamGroup withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)  
      IamGroup withDescription​(java.lang.String description)  
      IamGroup withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)  
      IamGroup withId​(java.lang.String id)
      Unique identifier
      IamGroup withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      IamGroup withName​(java.lang.String name)  
      IamGroup withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
      IamGroup withParentId​(java.lang.String parentId)
      The parent group id for when a group belongs to another group.
      IamGroup withParentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
      The parent group id for when a group belongs to another group.
      IamGroup withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      IamGroup withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      IamGroup withRemoteParentId​(java.lang.String remoteParentId)
      Provider's unique identifier of the parent group id for when a group belongs to another group.
      IamGroup withRemoteParentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteParentId)
      Provider's unique identifier of the parent group id for when a group belongs to another group.
      IamGroup withRoles​(java.util.List<IamRole> roles)  
      IamGroup withRoles​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamRole>> roles)  
      IamGroup withType​(IamGroupType type)  
      IamGroup withType​(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupType> type)  
      IamGroup withUpdatedAt​(java.time.OffsetDateTime updatedAt)  
      IamGroup withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
      • Methods inherited from class java.lang.Object

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

      • IamGroup

        public IamGroup​(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> name,
                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                        org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupType> type,
                        org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamRole>> roles,
                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId,
                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteParentId,
                        org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                        org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • IamGroup

        public IamGroup()
    • 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
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      • type

        public org.openapitools.jackson.nullable.JsonNullable<IamGroupType> type()
      • roles

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamRole>> roles()
      • parentId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId()
        The parent group id for when a group belongs to another group.
      • remoteParentId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteParentId()
        Provider's unique identifier of the parent group id for when a group belongs to another group.
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      • withId

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

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

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

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

        public IamGroup withName​(java.lang.String name)
      • withName

        public IamGroup withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • withDescription

        public IamGroup withDescription​(java.lang.String description)
      • withDescription

        public IamGroup withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • withType

        public IamGroup withType​(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupType> type)
      • withRoles

        public IamGroup withRoles​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamRole>> roles)
      • withParentId

        public IamGroup withParentId​(java.lang.String parentId)
        The parent group id for when a group belongs to another group.
      • withParentId

        public IamGroup withParentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
        The parent group id for when a group belongs to another group.
      • withRemoteParentId

        public IamGroup withRemoteParentId​(java.lang.String remoteParentId)
        Provider's unique identifier of the parent group id for when a group belongs to another group.
      • withRemoteParentId

        public IamGroup withRemoteParentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteParentId)
        Provider's unique identifier of the parent group id for when a group belongs to another group.
      • withCreatedAt

        public IamGroup withCreatedAt​(java.time.OffsetDateTime createdAt)
      • withCreatedAt

        public IamGroup withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      • withUpdatedAt

        public IamGroup withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      • withUpdatedAt

        public IamGroup withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • 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