Class UserPersonalAssistant
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksUserService
co.ecg.alpaca.toolkit.generated.services.UserPersonalAssistant
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Request to get the user available Call to Number List information.static class
Response to the UserCallToNumberGetAvailableListRequest.static class
Request to get the user assigned Call to Number List information.static class
Response to the UserPersonalAssistantCallToNumberGetListRequest.static class
Request to modify the user assigned Call to Number List information.static class
Add a User Personal Assistant Exclusion Number.static class
Delete a list of User Personal Assistant Exclusion Number.static class
Request to get the User Personal Assistant Exclusion Number List information.static class
Response to the UserPersonalAssistantExclusionNumberGetListRequest.static class
Get a Personal Assistant Exclusion Number.static class
Response to the UserPersonalAssistantExclusionNumberGetRequeststatic class
Modify an existing User Personal Assistant Exclusion Number description.static class
Request to get the User Personal Assistant information.static class
Response to the UserPersonalAssistantGetRequest22.static class
Modify the User Personal Assistant information. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
ConstructorsConstructorDescriptionThe serializable constructor for the UserServiceUserPersonalAssistant
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to the UserPersonalAssistantGetRequest22.Response to the UserPersonalAssistantCallToNumberGetListRequest.Response to the UserPersonalAssistantExclusionNumberGetRequestResponse to the UserPersonalAssistantExclusionNumberGetListRequest.int
hashCode()
populate()
Populates all available service datavoid
push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a UserMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
personalAssistantCallToNumberList
public UserPersonalAssistant.UserPersonalAssistantCallToNumberGetListResponse personalAssistantCallToNumberList -
personalAssistantExclusionNumberList
public UserPersonalAssistant.UserPersonalAssistantExclusionNumberGetListResponse personalAssistantExclusionNumberList -
personalAssistantExclusionNumber
public List<UserPersonalAssistant.UserPersonalAssistantExclusionNumberGetResponse> personalAssistantExclusionNumber -
personalAssistant
-
-
Constructor Details
-
UserPersonalAssistant
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserPersonalAssistant
public UserPersonalAssistant()The serializable constructor for the UserService
-
-
Method Details
-
getClassName
-
getPersonalAssistantCallToNumberList
public UserPersonalAssistant.UserPersonalAssistantCallToNumberGetListResponse getPersonalAssistantCallToNumberList()Response to the UserPersonalAssistantCallToNumberGetListRequest. Contains a list of assigned Call to Numbers".- Returns:
- the UserPersonalAssistantCallToNumberGetListResponse for this service
-
getPersonalAssistantExclusionNumberList
public UserPersonalAssistant.UserPersonalAssistantExclusionNumberGetListResponse getPersonalAssistantExclusionNumberList()Response to the UserPersonalAssistantExclusionNumberGetListRequest. Contains a table with column headings: "Number", "Description".- Returns:
- the UserPersonalAssistantExclusionNumberGetListResponse for this service
-
getPersonalAssistantExclusionNumber
public List<UserPersonalAssistant.UserPersonalAssistantExclusionNumberGetResponse> getPersonalAssistantExclusionNumber()Response to the UserPersonalAssistantExclusionNumberGetRequest- Returns:
- the UserPersonalAssistantExclusionNumberGetResponse for this service
-
getPersonalAssistant
Response to the UserPersonalAssistantGetRequest22. The response contains the user Personal Assistant information".- Returns:
- the UserPersonalAssistantGetResponse for this service
-
populate
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
Adds all available service data to a User- Specified by:
push
in classBroadWorksUserService
-
equals
-
hashCode
public int hashCode()
-