Class RestoreCustomizationBackupRequest
Object
RestoreCustomizationBackupRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The file content: a stream of a zip file containing the customization folders.getName()Required. The name of the zip archive containing the customizations.inthashCode()voidsetFileStream(InputStream fileStream) Required. The file content: a stream of a zip file containing the customization folders.voidRequired. The name of the zip archive containing the customizations.toString()
-
Constructor Details
-
RestoreCustomizationBackupRequest
public RestoreCustomizationBackupRequest()
-
-
Method Details
-
builder
-
getName
Required. The name of the zip archive containing the customizations. -
getFileStream
Required. The file content: a stream of a zip file containing the customization folders. -
setName
Required. The name of the zip archive containing the customizations. -
setFileStream
Required. The file content: a stream of a zip file containing the customization folders. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-