Class IamUserFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamUserFileFormat
-
public class IamUserFileFormat extends java.lang.ObjectIamUserFileFormatThe file format of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamUserFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description IamUserFileFormat()IamUserFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarFileFormatSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamUserFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamUserAvatarFileFormatSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamUserAvatarValue>value()The file format of the file, expressed as a file extensionIamUserFileFormatwithSourceValue(IamUserAvatarFileFormatSourceValue sourceValue)IamUserFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarFileFormatSourceValue> sourceValue)IamUserFileFormatwithValue(IamUserAvatarValue value)The file format of the file, expressed as a file extensionIamUserFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
IamUserFileFormat
public IamUserFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarFileFormatSourceValue> sourceValue)
-
IamUserFileFormat
public IamUserFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<IamUserAvatarValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<IamUserAvatarFileFormatSourceValue> sourceValue()
-
builder
public static IamUserFileFormat.Builder builder()
-
withValue
public IamUserFileFormat withValue(IamUserAvatarValue value)
The file format of the file, expressed as a file extension
-
withValue
public IamUserFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public IamUserFileFormat withSourceValue(IamUserAvatarFileFormatSourceValue sourceValue)
-
withSourceValue
public IamUserFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarFileFormatSourceValue> 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
-
-