Class IamUserFileFormat.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamUserFileFormat.Builder
-
- Enclosing class:
- IamUserFileFormat
public static final class IamUserFileFormat.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamUserFileFormatbuild()IamUserFileFormat.BuildersourceValue(IamUserAvatarFileFormatSourceValue sourceValue)IamUserFileFormat.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarFileFormatSourceValue> sourceValue)IamUserFileFormat.Buildervalue(IamUserAvatarValue value)The file format of the file, expressed as a file extensionIamUserFileFormat.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarValue> value)The file format of the file, expressed as a file extension
-
-
-
Method Detail
-
value
public IamUserFileFormat.Builder value(IamUserAvatarValue value)
The file format of the file, expressed as a file extension
-
value
public IamUserFileFormat.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarValue> value)
The file format of the file, expressed as a file extension
-
sourceValue
public IamUserFileFormat.Builder sourceValue(IamUserAvatarFileFormatSourceValue sourceValue)
-
sourceValue
public IamUserFileFormat.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserAvatarFileFormatSourceValue> sourceValue)
-
build
public IamUserFileFormat build()
-
-