Class TrustProductsEntityAssignmentsCreator
- java.lang.Object
-
- com.twilio.base.Creator<TrustProductsEntityAssignments>
-
- com.twilio.rest.trusthub.v1.trustproducts.TrustProductsEntityAssignmentsCreator
-
public class TrustProductsEntityAssignmentsCreator extends Creator<TrustProductsEntityAssignments>
-
-
Constructor Summary
Constructors Constructor Description TrustProductsEntityAssignmentsCreator(String pathTrustProductSid, String objectSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustProductsEntityAssignmentscreate(TwilioRestClient client)Execute a request using specified client.TrustProductsEntityAssignmentsCreatorsetObjectSid(String objectSid)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setObjectSid
public TrustProductsEntityAssignmentsCreator setObjectSid(String objectSid)
-
create
public TrustProductsEntityAssignments create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<TrustProductsEntityAssignments>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-