Package com.mypurecloud.sdk.v2.model
Class QueryOpportunityEnrollmentsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryOpportunityEnrollmentsRequest
- All Implemented Interfaces:
Serializable
QueryOpportunityEnrollmentsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRange()inthashCode()opportunityId(String opportunityId) The ID of the specific opportunity by which to filter.range(RequiredDateRange range) The date range for the query.voidsetOpportunityId(String opportunityId) voidsetRange(RequiredDateRange range) toString()
-
Constructor Details
-
QueryOpportunityEnrollmentsRequest
public QueryOpportunityEnrollmentsRequest() -
QueryOpportunityEnrollmentsRequest
-
-
Method Details
-
range
The date range for the query. Exactly one of opportunityId or range must be set -
getRange
-
setRange
-
opportunityId
The ID of the specific opportunity by which to filter. Exactly one of opportunityId or range must be set -
getOpportunityId
-
setOpportunityId
-
equals
-
hashCode
public int hashCode() -
toString
-