Class IamPermissionType


  • public class IamPermissionType
    extends java.lang.Object
    • Constructor Detail

      • IamPermissionType

        public IamPermissionType​(org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionValue> value,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionSourceValue> sourceValue)
      • IamPermissionType

        public IamPermissionType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<IamPermissionValue> value()
        The type of the permission, e.g. read, read_write, delete, etc.
      • withValue

        public IamPermissionType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionValue> value)
        The type of the permission, e.g. read, read_write, delete, etc.
      • 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