Package com.twilio.rest.supersim.v1
Class NetworkAccessProfileCreator
- java.lang.Object
-
- com.twilio.base.Creator<NetworkAccessProfile>
-
- com.twilio.rest.supersim.v1.NetworkAccessProfileCreator
-
public class NetworkAccessProfileCreator extends Creator<NetworkAccessProfile>
-
-
Constructor Summary
Constructors Constructor Description NetworkAccessProfileCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkAccessProfilecreate(TwilioRestClient client)Execute a request using specified client.NetworkAccessProfileCreatorsetNetworks(String networks)NetworkAccessProfileCreatorsetNetworks(List<String> networks)NetworkAccessProfileCreatorsetUniqueName(String uniqueName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setUniqueName
public NetworkAccessProfileCreator setUniqueName(String uniqueName)
-
setNetworks
public NetworkAccessProfileCreator setNetworks(List<String> networks)
-
setNetworks
public NetworkAccessProfileCreator setNetworks(String networks)
-
create
public NetworkAccessProfile create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<NetworkAccessProfile>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-