Class GetBillingContractBillingperiodRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetBillingContractBillingperiodRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetBillingPeriodId(String billingPeriodId) voidsetContractId(String contractId) voidsetCustomHeaders(Map<String, String> customHeaders) withBillingPeriodId(String billingPeriodId) withContractId(String contractId) withCustomHeader(String name, String value)
-
Constructor Details
-
GetBillingContractBillingperiodRequest
public GetBillingContractBillingperiodRequest()
-
-
Method Details
-
getContractId
-
setContractId
-
withContractId
-
getBillingPeriodId
-
setBillingPeriodId
-
withBillingPeriodId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetBillingContractBillingperiodRequest.Builder builder(String contractId, String billingPeriodId)
-