public static class GroupPaging.GroupGroupPagingAddInstanceRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
Integer |
confirmationToneTimeoutSeconds |
boolean |
confirmationToneTimeoutSecondsIsModified |
Boolean |
deliverOriginatorCLIDInstead |
boolean |
deliverOriginatorCLIDInsteadIsModified |
Group |
group |
boolean |
groupIsModified |
String |
networkClassOfService |
boolean |
networkClassOfServiceIsModified |
String |
originatorCLIDPrefix |
boolean |
originatorCLIDPrefixIsModified |
ServiceInstanceAddProfile |
serviceInstanceProfile |
boolean |
serviceInstanceProfileIsModified |
String |
serviceUserId |
boolean |
serviceUserIdIsModified |
Constructor and Description |
---|
GroupGroupPagingAddInstanceRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
GroupGroupPagingAddInstanceRequest(Group group,
String serviceUserId,
ServiceInstanceAddProfile serviceInstanceProfile,
Integer confirmationToneTimeoutSeconds,
Boolean deliverOriginatorCLIDInstead) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull public Group group
public transient boolean groupIsModified
@Size(min=1, max=161) public String serviceUserId
public transient boolean serviceUserIdIsModified
@NotNull public ServiceInstanceAddProfile serviceInstanceProfile
public transient boolean serviceInstanceProfileIsModified
public Integer confirmationToneTimeoutSeconds
public transient boolean confirmationToneTimeoutSecondsIsModified
public Boolean deliverOriginatorCLIDInstead
public transient boolean deliverOriginatorCLIDInsteadIsModified
@Size(min=1, max=30) public String originatorCLIDPrefix
public transient boolean originatorCLIDPrefixIsModified
@Size(min=1, max=40) public String networkClassOfService
public transient boolean networkClassOfServiceIsModified
public GroupGroupPagingAddInstanceRequest(Group group, String serviceUserId, ServiceInstanceAddProfile serviceInstanceProfile, Integer confirmationToneTimeoutSeconds, Boolean deliverOriginatorCLIDInstead)
public GroupGroupPagingAddInstanceRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic GroupPaging.GroupGroupPagingAddInstanceRequest setGroup(Group group)
public Group getGroup()
public GroupPaging.GroupGroupPagingAddInstanceRequest setServiceUserId(String serviceUserId)
public String getServiceUserId()
public GroupPaging.GroupGroupPagingAddInstanceRequest setServiceInstanceProfile(ServiceInstanceAddProfile serviceInstanceProfile)
public ServiceInstanceAddProfile getServiceInstanceProfile()
public GroupPaging.GroupGroupPagingAddInstanceRequest setConfirmationToneTimeoutSeconds(Integer confirmationToneTimeoutSeconds)
public Integer getConfirmationToneTimeoutSeconds()
public GroupPaging.GroupGroupPagingAddInstanceRequest setDeliverOriginatorCLIDInstead(Boolean deliverOriginatorCLIDInstead)
public Boolean getDeliverOriginatorCLIDInstead()
public GroupPaging.GroupGroupPagingAddInstanceRequest setOriginatorCLIDPrefix(String originatorCLIDPrefix)
public String getOriginatorCLIDPrefix()
public GroupPaging.GroupGroupPagingAddInstanceRequest setNetworkClassOfService(String networkClassOfService)
public String getNetworkClassOfService()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.