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 classRequest to get the user available Call to Number List information.static classResponse to the UserCallToNumberGetAvailableListRequest.static classRequest to get the user assigned Call to Number List information.static classResponse to the UserPersonalAssistantCallToNumberGetListRequest.static classRequest to modify the user assigned Call to Number List information.static classAdd a User Personal Assistant Exclusion Number.static classDelete a list of User Personal Assistant Exclusion Number.static classRequest to get the User Personal Assistant Exclusion Number List information.static classResponse to the UserPersonalAssistantExclusionNumberGetListRequest.static classGet a Personal Assistant Exclusion Number.static classResponse to the UserPersonalAssistantExclusionNumberGetRequeststatic classModify an existing User Personal Assistant Exclusion Number description.static classRequest to get the User Personal Assistant information.static classResponse to the UserPersonalAssistantGetRequest22.static classModify the User Personal Assistant information. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
userFields 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 TypeMethodDescriptionbooleanResponse to the UserPersonalAssistantGetRequest22.Response to the UserPersonalAssistantCallToNumberGetListRequest.Response to the UserPersonalAssistantExclusionNumberGetRequestResponse to the UserPersonalAssistantExclusionNumberGetListRequest.inthashCode()populate()Populates all available service datavoidpush(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, waitForLoadMethods 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:
populatein classBroadWorksObject
-
push
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
equals
-
hashCode
public int hashCode()
-