Package com.mypurecloud.sdk.v2.model
Class ImportForecastUploadResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ImportForecastUploadResponse
- All Implemented Interfaces:
Serializable
ImportForecastUploadResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()Required headers for the PUT request to the urlvoidsetHeaders(Map<String, String> headers) voidsetUploadBodySchema(BuImportShortTermForecastSchema uploadBodySchema) voidsetUploadKey(String uploadKey) voidtoString()uploadBodySchema(BuImportShortTermForecastSchema uploadBodySchema) Always null.The key to pass to the secondary request to start processing of the uploadThe url to which to PUT the upload body
-
Constructor Details
-
ImportForecastUploadResponse
public ImportForecastUploadResponse() -
ImportForecastUploadResponse
-
-
Method Details
-
uploadKey
The key to pass to the secondary request to start processing of the upload -
getUploadKey
-
setUploadKey
-
url
The url to which to PUT the upload body -
getUrl
-
setUrl
-
headers
Required headers for the PUT request to the url -
getHeaders
-
setHeaders
-
uploadBodySchema
public ImportForecastUploadResponse uploadBodySchema(BuImportShortTermForecastSchema uploadBodySchema) Always null. Defines the schema of the json body to be PUT to the url. The json body should be gzip encoded before uploading -
getUploadBodySchema
-
setUploadBodySchema
-
equals
-
hashCode
public int hashCode() -
toString
-