Class PutOutboundFilespecificationtemplateRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundFilespecificationtemplateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String fileSpecificationTemplateId, FileSpecificationTemplate body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetFileSpecificationTemplateId(String fileSpecificationTemplateId) withCustomHeader(String name, String value) withFileSpecificationTemplateId(String fileSpecificationTemplateId)
-
Constructor Details
-
PutOutboundFilespecificationtemplateRequest
public PutOutboundFilespecificationtemplateRequest()
-
-
Method Details
-
getFileSpecificationTemplateId
-
setFileSpecificationTemplateId
-
withFileSpecificationTemplateId
public PutOutboundFilespecificationtemplateRequest withFileSpecificationTemplateId(String fileSpecificationTemplateId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundFilespecificationtemplateRequest.Builder builder(String fileSpecificationTemplateId, FileSpecificationTemplate body)
-