Class CustomerProfilesEvaluationsCreator
- java.lang.Object
-
- com.twilio.base.Creator<CustomerProfilesEvaluations>
-
- com.twilio.rest.trusthub.v1.customerprofiles.CustomerProfilesEvaluationsCreator
-
public class CustomerProfilesEvaluationsCreator extends Creator<CustomerProfilesEvaluations>
-
-
Constructor Summary
Constructors Constructor Description CustomerProfilesEvaluationsCreator(String pathCustomerProfileSid, String policySid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerProfilesEvaluationscreate(TwilioRestClient client)Execute a request using specified client.CustomerProfilesEvaluationsCreatorsetPolicySid(String policySid)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setPolicySid
public CustomerProfilesEvaluationsCreator setPolicySid(String policySid)
-
create
public CustomerProfilesEvaluations create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<CustomerProfilesEvaluations>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-