Class UserMWIDeliveryToMobileEndpoint
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.UserMWIDeliveryToMobileEndpoint
- All Implemented Interfaces:
Serializable
public class UserMWIDeliveryToMobileEndpoint extends BroadWorksUserService
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointGetRequestRequest the user level data associated with MWI Delivery to Mobile Endpoint service.static classUserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointGetResponseResponse to UserMWIDeliveryToMobileEndpointGetRequest.static classUserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointModifyRequestRequest to modify the user level data associated with MWI Delivery to Mobile Endpoint service. -
Field Summary
Fields Modifier and Type Field Description UserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointGetResponsemWIDeliveryToMobileEndpointstatic ServiceTag<UserMWIDeliveryToMobileEndpoint>tagFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
Constructors Constructor Description UserMWIDeliveryToMobileEndpoint()The serializable constructor for the UserServiceUserMWIDeliveryToMobileEndpoint(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Returns a UserService Object with the User Assigned -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetClassName()UserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointGetResponsegetMWIDeliveryToMobileEndpoint()Response to UserMWIDeliveryToMobileEndpointGetRequest.inthashCode()DefaultResponsepopulate()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
-
mWIDeliveryToMobileEndpoint
public UserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointGetResponse mWIDeliveryToMobileEndpoint
-
-
Constructor Details
-
UserMWIDeliveryToMobileEndpoint
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserMWIDeliveryToMobileEndpoint
public UserMWIDeliveryToMobileEndpoint()The serializable constructor for the UserService
-
-
Method Details
-
getClassName
-
getMWIDeliveryToMobileEndpoint
public UserMWIDeliveryToMobileEndpoint.UserMWIDeliveryToMobileEndpointGetResponse getMWIDeliveryToMobileEndpoint()Response to UserMWIDeliveryToMobileEndpointGetRequest.- Returns:
- the UserMWIDeliveryToMobileEndpointGetResponse 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()
-