Class UserCallForwardingNoAnswer
- 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.UserCallForwardingNoAnswer
-
- All Implemented Interfaces:
Serializable
public class UserCallForwardingNoAnswer extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserCallForwardingNoAnswer.UserCallForwardingNoAnswerGetRequest
Request the user level data associated with Call Forwarding No Answer.static class
UserCallForwardingNoAnswer.UserCallForwardingNoAnswerGetResponse
Response to UserCallForwardingNoAnswerGetRequest13mp16.static class
UserCallForwardingNoAnswer.UserCallForwardingNoAnswerModifyRequest
Modify the user level data associated with Call Forwarding No Answer.
-
Field Summary
Fields Modifier and Type Field Description UserCallForwardingNoAnswer.UserCallForwardingNoAnswerGetResponse
callForwardingNoAnswer
static ServiceTag<UserCallForwardingNoAnswer>
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 UserCallForwardingNoAnswer()
The serializable constructor for the UserServiceUserCallForwardingNoAnswer(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 boolean
equals(Object o)
UserCallForwardingNoAnswer.UserCallForwardingNoAnswerGetResponse
getCallForwardingNoAnswer()
Response to UserCallForwardingNoAnswerGetRequest13mp16.String
getClassName()
int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(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<UserCallForwardingNoAnswer> tag
-
callForwardingNoAnswer
public UserCallForwardingNoAnswer.UserCallForwardingNoAnswerGetResponse callForwardingNoAnswer
-
-
Constructor Detail
-
UserCallForwardingNoAnswer
public UserCallForwardingNoAnswer(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserCallForwardingNoAnswer
public UserCallForwardingNoAnswer()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getCallForwardingNoAnswer
public UserCallForwardingNoAnswer.UserCallForwardingNoAnswerGetResponse getCallForwardingNoAnswer()
Response to UserCallForwardingNoAnswerGetRequest13mp16.- Returns:
- the UserCallForwardingNoAnswerGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
push
in classBroadWorksUserService
-
-