Package com.mypurecloud.sdk.v2.model
Class PerformancePredictionRecalculationUploadResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.PerformancePredictionRecalculationUploadResponse
- All Implemented Interfaces:
Serializable
public class PerformancePredictionRecalculationUploadResponse
extends Object
implements Serializable
PerformancePredictionRecalculationUploadResponse
- 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(PerformancePredictionUploadSchema uploadBodySchema) voidsetUploadKey(String uploadKey) voidtoString()uploadBodySchema(PerformancePredictionUploadSchema 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
-
PerformancePredictionRecalculationUploadResponse
public PerformancePredictionRecalculationUploadResponse() -
PerformancePredictionRecalculationUploadResponse
-
-
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 PerformancePredictionRecalculationUploadResponse uploadBodySchema(PerformancePredictionUploadSchema 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
-