Class RestoreCustomizationBackupRequest

Object
RestoreCustomizationBackupRequest
All Implemented Interfaces:
Serializable

public class RestoreCustomizationBackupRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • RestoreCustomizationBackupRequest

      public RestoreCustomizationBackupRequest()
  • Method Details

    • builder

    • getName

      public String getName()
      Required. The name of the zip archive containing the customizations.
    • getFileStream

      public InputStream getFileStream()
      Required. The file content: a stream of a zip file containing the customization folders.
    • setName

      public void setName(String name)
      Required. The name of the zip archive containing the customizations.
    • setFileStream

      public void setFileStream(InputStream fileStream)
      Required. The file content: a stream of a zip file containing the customization folders.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object