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