Class IamUserCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamUserCategory
-
public class IamUserCategory extends java.lang.ObjectIamUserCategory - The category of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamUserCategory.Builder
-
Constructor Summary
Constructors Constructor Description IamUserCategory()IamUserCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamUserCategory.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamUserAvatarSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()The category of the fileIamUserCategorywithSourceValue(IamUserAvatarSourceValue sourceValue)IamUserCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarSourceValue> sourceValue)IamUserCategorywithValue(java.lang.String value)The category of the fileIamUserCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)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
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<IamUserAvatarSourceValue> sourceValue()
-
builder
public static final IamUserCategory.Builder builder()
-
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
-
withSourceValue
public IamUserCategory withSourceValue(IamUserAvatarSourceValue sourceValue)
-
withSourceValue
public IamUserCategory withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-