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 EndUser
create(TwilioRestClient client)
Execute a request using specified client.EndUserCreator
setAttributes(Map<String,Object> attributes)
EndUserCreator
setFriendlyName(String friendlyName)
EndUserCreator
setType(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)
-
-