Class UserIncomingCallingPlan
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.UserIncomingCallingPlan
- All Implemented Interfaces:
Serializable
public class UserIncomingCallingPlan extends BroadWorksUserService
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserIncomingCallingPlan.UserIncomingCallingPlanGetRequest
Request the user's incoming calling plan settings.static class
UserIncomingCallingPlan.UserIncomingCallingPlanGetResponse
Response to UserIncomingCallingPlanGetRequest.static class
UserIncomingCallingPlan.UserIncomingCallingPlanModifyRequest
Change the user's incoming calling plan settings. -
Field Summary
Fields Modifier and Type Field Description UserIncomingCallingPlan.UserIncomingCallingPlanGetResponse
incomingCallingPlan
static ServiceTag<UserIncomingCallingPlan>
tag
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
Constructors Constructor Description UserIncomingCallingPlan()
The serializable constructor for the UserServiceUserIncomingCallingPlan(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getClassName()
UserIncomingCallingPlan.UserIncomingCallingPlanGetResponse
getIncomingCallingPlan()
Response to UserIncomingCallingPlanGetRequest.int
hashCode()
DefaultResponse
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
-
Constructor Details
-
UserIncomingCallingPlan
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserIncomingCallingPlan
public UserIncomingCallingPlan()The serializable constructor for the UserService
-
-
Method Details
-
getClassName
-
getIncomingCallingPlan
Response to UserIncomingCallingPlanGetRequest.- Returns:
- the UserIncomingCallingPlanGetResponse 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()
-