Package co.ecg.alpaca.toolkit.generated
Class GroupPaging
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksUser
co.ecg.alpaca.toolkit.generated.GroupPaging
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdd a Group Paging instance to a group.static classAdd originator(s) to a paging group.static classAdd target(s) to a paging group.static classDelete a Group Paging instance from a group.static classDelete originator(s) from a paging group.static classDelete target(s) from a paging group.static classGet a list of users that can be assigned as originators to a given paging group.static classResponse to the GroupGroupPagingGetAvailableOriginatorListRequest.static classGet a list of users that can be assigned as targets to a given paging group.static classResponse to the GroupGroupPagingGetAvailableTargetListRequest.static classGet a list of Paging Groups instances within a group.static classResponse to the GroupGroupPagingGetInstanceListRequest.static classRequest to get all the information of a Group Paging instance.static classResponse to GroupGroupPagingGetInstanceRequest19sp1.static classGet a list of originators assigned to a paging group.static classResponse to the GroupGroupPagingGetOriginatorListRequest.static classGet a list of targets assigned to a paging group.static classResponse to the GroupGroupPagingGetTargetListRequest.static classRequest to set the active status of Group Paging instances.static classRequest to modify a Group Paging instance.static classRequest to modify the originator list for a paging group.static classRequest to modify the target list for a paging group.static classRequest the maximum number of target users per paging group configured for a group.static classResponse to GroupGroupPagingTargetsCapacityGetRequest22.static classModify the maximum number of target users per paging group configured for a group.static classRequest the maximum number of target users per paging group configured for a service provider.static classResponse to ServiceProviderGroupPagingTargetsCapacityGetRequest22.static classModify the maximum number of target users per paging group configured for a service provider.static classGet the list of all the Paging Groups a user was assigned as an originator.static classResponse to the UserGroupPagingGetListRequest. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Booleanprotected Stringprotected Stringprotected ServiceInstanceReadProfile19sp1Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
group, groupId, serviceProvider, serviceProviderId, userIdFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GroupPaginggetPopulatedGroupPaging(Group group, String userId) Retrieves a populated GroupPaginginthashCode()populate()Method to populate the Fields of the Object via the Associated BroadWorks requestMethod to populate the Fields of the Object via the Associated BroadWorks requestsetConfirmationToneTimeoutSeconds(Integer confirmationToneTimeoutSeconds) setDeliverOriginatorCLIDInstead(Boolean deliverOriginatorCLIDInstead) setNetworkClassOfService(String networkClassOfService) setOriginatorCLIDPrefix(String originatorCLIDPrefix) setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) toString()Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
getGroup, getGroupId, getServiceProvider, getServiceProviderId, getUserId, getUserId, setGroupId, setServiceProviderId, setUserIdMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, isPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
serviceInstanceProfile
-
confirmationToneTimeoutSeconds
-
deliverOriginatorCLIDInstead
-
originatorCLIDPrefix
-
networkClassOfService
-
-
Constructor Details
-
GroupPaging
public GroupPaging()Serializable Constructor -
GroupPaging
- Parameters:
group- The GroupuserId- The user id
-
-
Method Details
-
getPopulatedGroupPaging
public static GroupPaging getPopulatedGroupPaging(Group group, String userId) throws BroadWorksObjectException Retrieves a populated GroupPaging- Parameters:
group- The GroupuserId- The user id- Throws:
BroadWorksObjectException- Thrown if the object cannot be retrieved.
-
getClassName
-
setServiceInstanceProfile
public GroupPaging setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) -
getServiceInstanceProfile
-
setConfirmationToneTimeoutSeconds
-
getConfirmationToneTimeoutSeconds
-
setDeliverOriginatorCLIDInstead
-
getDeliverOriginatorCLIDInstead
-
setOriginatorCLIDPrefix
-
getOriginatorCLIDPrefix
-
setNetworkClassOfService
-
getNetworkClassOfService
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Specified by:
populatein classBroadWorksObject
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Parameters:
resp- The response object to perform population
-
equals
- Overrides:
equalsin classBroadWorksUser
-
hashCode
public int hashCode()- Overrides:
hashCodein classBroadWorksUser
-
toString
-