Package co.ecg.alpaca.toolkit.generated
Class BroadWorksAnywherePortal
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksUser
co.ecg.alpaca.toolkit.generated.BroadWorksAnywherePortal
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Add a BroadWorks Anywhere instance to a group.static class
Delete a BroadWorks Anywhere instance from a group.static class
Get a list of BroadWorks Anywhere instances within a group.static class
Response to the GroupBroadWorksAnywhereGetInstanceListRequest.static class
Request to get all the information of a BroadWorks Anywhere instance.static class
Response to GroupBroadWorksAnywhereGetInstanceRequest19sp1.static class
Request to set the active status of BroadWorks Anywhere instances.static class
Request to modify a BroadWorks Anywhere instance.static class
Get the Broadworks Anywhere system parameters.static class
The response to a SystemBroadWorksAnywhereGetRequest.static class
Modify the BroadWorks Anywhere system parameters.static class
Add a broadworks Anywhere phone number.static class
Add a criteria to the user's BroadWorks Anywhere phone number.static class
Delete a broadworks anywhere phone number.static class
Delete a criteria from the user's BroadWorks Anywhere phone number.static class
Get a list of all the available BroadWorks Anywhere portal instances for a specific user The response is either UserBroadWorksAnywhereGetAvailableListResponse21sp1 or ErrorResponse.static class
Response to the UserBroadWorksAnywhereGetAvailablePortalListRequest21sp1.static class
Get the list of all the BroadWorks Anywhere phone numbers for the user.static class
Response to the UserBroadWorksAnywhereGetPhoneNumberPagedSortedListRequest.static class
Get a broadworks anywhere phone number The response is UserBroadWorksAnywhereGetPhoneNumberResponse.static class
Response to the UserBroadWorksAnywhereGetPhoneNumberRequest.static class
Get the list of all the BroadWorks Anywhere phone numbers for the user.static class
Response to the UserBroadWorksAnywhereGetRequest16sp2.static class
Get a criteria for the user's BroadWorks Anywhere phone number.static class
Response to the UserBroadWorksAnywhereGetSelectiveCriteriaRequest21.static class
Modify a BroadWorks Anywhere phone number The response is either a SuccessResponse or an ErrorResponse.static class
Request to modify the user-level settings for the BroadWorks Anywhere service for a specified user.static class
Modify selective criteria for the user's BroadWorks Anywhere phone number. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BroadWorksAnywhereScope
protected String
protected BroadWorksAnywhereCLIDPrompt
protected Boolean
protected ServiceInstanceReadProfile19sp1
protected Boolean
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
group, groupId, serviceProvider, serviceProviderId, userId
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
ConstructorsConstructorDescriptionSerializable ConstructorBroadWorksAnywherePortal
(Group group, String userId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static BroadWorksAnywherePortal
getPopulatedBroadWorksAnywherePortal
(Group group, String userId) Retrieves a populated BroadWorksAnywherePortalint
hashCode()
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 requestsetBroadWorksAnywhereScope
(BroadWorksAnywhereScope broadWorksAnywhereScope) setNetworkClassOfService
(String networkClassOfService) setPromptForCLID
(BroadWorksAnywhereCLIDPrompt promptForCLID) setPromptForPasscode
(Boolean promptForPasscode) setServiceInstanceProfile
(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) setSilentPromptMode
(Boolean silentPromptMode) toString()
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
getGroup, getGroupId, getServiceProvider, getServiceProviderId, getUserId, getUserId, setGroupId, setServiceProviderId, setUserId
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, isPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
serviceInstanceProfile
-
broadWorksAnywhereScope
-
promptForCLID
-
silentPromptMode
-
promptForPasscode
-
networkClassOfService
-
-
Constructor Details
-
BroadWorksAnywherePortal
public BroadWorksAnywherePortal()Serializable Constructor -
BroadWorksAnywherePortal
- Parameters:
group
- The GroupuserId
- The user id
-
-
Method Details
-
getPopulatedBroadWorksAnywherePortal
public static BroadWorksAnywherePortal getPopulatedBroadWorksAnywherePortal(Group group, String userId) throws BroadWorksObjectException Retrieves a populated BroadWorksAnywherePortal- Parameters:
group
- The GroupuserId
- The user id- Throws:
BroadWorksObjectException
- Thrown if the object cannot be retrieved.
-
getClassName
-
setServiceInstanceProfile
public BroadWorksAnywherePortal setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) -
getServiceInstanceProfile
-
setBroadWorksAnywhereScope
public BroadWorksAnywherePortal setBroadWorksAnywhereScope(BroadWorksAnywhereScope broadWorksAnywhereScope) -
getBroadWorksAnywhereScope
-
setPromptForCLID
-
getPromptForCLID
-
setSilentPromptMode
-
getSilentPromptMode
-
setPromptForPasscode
-
getPromptForPasscode
-
setNetworkClassOfService
-
getNetworkClassOfService
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Specified by:
populate
in 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:
equals
in classBroadWorksUser
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBroadWorksUser
-
toString
-