Class ResponseAssetRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseAssetRequest
All Implemented Interfaces:
Serializable

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

    • ResponseAssetRequest

      public ResponseAssetRequest()
    • ResponseAssetRequest

      public ResponseAssetRequest(Boolean initWithEmptyList)
  • Method Details

    • name

      public ResponseAssetRequest name(String name)
      Name of the file to upload. It must not start with a dot and not end with a forward slash. Whitespace and the following characters are not allowed: \\{^}%`]\">[~<#|
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • divisionId

      public ResponseAssetRequest divisionId(String divisionId)
      Division to associate to this asset. Can only be used with this division.
    • getDivisionId

      public String getDivisionId()
    • setDivisionId

      public void setDivisionId(String divisionId)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object