Class UserCallForwardingNotReachable
- 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.UserCallForwardingNotReachable
-
- All Implemented Interfaces:
Serializable
public class UserCallForwardingNotReachable extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserCallForwardingNotReachable.UserCallForwardingNotReachableGetRequestRequest the user level data associated with Call Forwarding Not Reachable.static classUserCallForwardingNotReachable.UserCallForwardingNotReachableGetResponseResponse to UserCallForwardingNotReachableGetRequest.static classUserCallForwardingNotReachable.UserCallForwardingNotReachableModifyRequestModify the user level data associated with Call Forwarding Not Reachable.
-
Field Summary
Fields Modifier and Type Field Description UserCallForwardingNotReachable.UserCallForwardingNotReachableGetResponsecallForwardingNotReachablestatic ServiceTag<UserCallForwardingNotReachable>tag-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description UserCallForwardingNotReachable()The serializable constructor for the UserServiceUserCallForwardingNotReachable(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Returns a UserService Object with the User Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UserCallForwardingNotReachable.UserCallForwardingNotReachableGetResponsegetCallForwardingNotReachable()Response to UserCallForwardingNotReachableGetRequest.StringgetClassName()inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Adds all available service data to a User-
Methods 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 Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<UserCallForwardingNotReachable> tag
-
callForwardingNotReachable
public UserCallForwardingNotReachable.UserCallForwardingNotReachableGetResponse callForwardingNotReachable
-
-
Constructor Detail
-
UserCallForwardingNotReachable
public UserCallForwardingNotReachable(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserCallForwardingNotReachable
public UserCallForwardingNotReachable()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getCallForwardingNotReachable
public UserCallForwardingNotReachable.UserCallForwardingNotReachableGetResponse getCallForwardingNotReachable()
Response to UserCallForwardingNotReachableGetRequest.- Returns:
- the UserCallForwardingNotReachableGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
-