Class IamUserCategory


  • public class IamUserCategory
    extends java.lang.Object
    IamUserCategory - The category of the file
    • Constructor Detail

      • IamUserCategory

        public IamUserCategory​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value,
                               org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarSourceValue> sourceValue)
      • IamUserCategory

        public IamUserCategory()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        The category of the file
      • withValue

        public IamUserCategory withValue​(java.lang.String value)
        The category of the file
      • withValue

        public IamUserCategory withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        The category of the file
      • 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