Package com.twilio.rest.trusthub.v1
Class EndUserCreator
- java.lang.Object
-
- com.twilio.base.Creator<EndUser>
-
- com.twilio.rest.trusthub.v1.EndUserCreator
-
-
Constructor Summary
Constructors Constructor Description EndUserCreator(String friendlyName, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndUser
create(TwilioRestClient client)
Execute a request using specified client.EndUserCreator
setAttributes(Map<String,Object> attributes)
EndUserCreator
setFriendlyName(String friendlyName)
EndUserCreator
setType(String type)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setFriendlyName
public EndUserCreator setFriendlyName(String friendlyName)
-
setType
public EndUserCreator setType(String type)
-
setAttributes
public EndUserCreator setAttributes(Map<String,Object> attributes)
-
-