public abstract class UserSettingsUpdateRequest extends BaseFssApiResource
UTF_8| Modifier and Type | Method and Description |
|---|---|
static UserSettingsUpdateRequest |
create(FssApiVersion apiVersion,
java.lang.String email,
java.lang.Boolean emailQuota,
java.lang.Boolean emailDevices,
java.lang.Boolean emailAuth,
java.lang.Boolean emailShareFile,
java.lang.Boolean emailUpload,
java.lang.Boolean emailShareFolder,
java.lang.String language,
java.lang.Boolean openFilesonClick,
java.lang.Boolean showSingleClickUserGuide) |
java.lang.String |
getEmail() |
java.lang.Boolean |
getEmailAuth() |
java.lang.Boolean |
getEmailDevices() |
java.lang.Boolean |
getEmailQuota() |
java.lang.Boolean |
getEmailShareFile() |
java.lang.Boolean |
getEmailShareFolder() |
java.lang.Boolean |
getEmailUpload() |
static java.lang.Class<? extends UserSettingsUpdateRequest> |
getFssApiClass(FssApiVersion apiVersion)
Returns the
Class of the UserAccountSettingsRequest that corresponds to the
specified apiVersion. |
java.lang.String |
getLanguage() |
java.lang.Boolean |
getOpenFilesOnClick() |
java.lang.Boolean |
isShowSingleClickUserGuide() |
protected void |
validate(java.lang.String fieldName,
BaseFssApiResource parent)
Validates this object.
|
badValue, badValue, fromJson, toJson, toJson, toString, validate, validateFieldInRange, validateFieldInRange, validateFieldIsNull, validateFieldNotNull, validateLocale, validateOptionalField, validateOptionalFieldList, validateRequiredField, validateRequiredFieldList, writeToOutputStreampublic static java.lang.Class<? extends UserSettingsUpdateRequest> getFssApiClass(FssApiVersion apiVersion) throws AwUnsupportedApiVersionException
Class of the UserAccountSettingsRequest that corresponds to the
specified apiVersion.apiVersion - API version of the class to be returnedClass of the UserAccountSettingsRequest that corresponds to the
specified apiVersionAwUnsupportedApiVersionExceptionpublic static UserSettingsUpdateRequest create(FssApiVersion apiVersion, java.lang.String email, java.lang.Boolean emailQuota, java.lang.Boolean emailDevices, java.lang.Boolean emailAuth, java.lang.Boolean emailShareFile, java.lang.Boolean emailUpload, java.lang.Boolean emailShareFolder, java.lang.String language, java.lang.Boolean openFilesonClick, java.lang.Boolean showSingleClickUserGuide) throws AwUnsupportedApiVersionException
AwUnsupportedApiVersionExceptionpublic java.lang.String getEmail()
public java.lang.Boolean getEmailQuota()
public java.lang.Boolean getEmailDevices()
public java.lang.Boolean getEmailAuth()
public java.lang.Boolean getEmailShareFile()
public java.lang.Boolean getEmailUpload()
public java.lang.Boolean getEmailShareFolder()
public java.lang.String getLanguage()
public java.lang.Boolean getOpenFilesOnClick()
public java.lang.Boolean isShowSingleClickUserGuide()
protected void validate(java.lang.String fieldName,
BaseFssApiResource parent)
throws AwJsonException
validate in class BaseFssApiResourcefieldName - name of this object in the parent (containing) object. If this object is a
top-level object (not contained within another object), then enter null for this
parameterparent - parent (containing) object that contains the object specified in the fieldName
parameter. If this object is a top-level object (not contained within another
object), then enter null for this parameterAwJsonException - if any validation errors occurBaseFssApiResource.validate(String, BaseFssApiResource)