Class UserZoneCallingRestrictions
- 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.UserZoneCallingRestrictions
-
- All Implemented Interfaces:
Serializable
public class UserZoneCallingRestrictions extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserZoneCallingRestrictions.UserZoneCallingRestrictionsGetRequestGets the home zone for a user The response is either a UserZoneCallingRestrictionsGetResponse or an ErrorResponse.static classUserZoneCallingRestrictions.UserZoneCallingRestrictionsGetResponseGets the home zone for a user Response to a UserZoneCallingRestrictionsGetRequeststatic classUserZoneCallingRestrictions.UserZoneCallingRestrictionsModifyRequestModify the home zone for a user The response is either a SuccessResponse or an ErrorResponse.
-
Field Summary
Fields Modifier and Type Field Description static ServiceTag<UserZoneCallingRestrictions>tagUserZoneCallingRestrictions.UserZoneCallingRestrictionsGetResponsezoneCallingRestrictions-
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 UserZoneCallingRestrictions()The serializable constructor for the UserServiceUserZoneCallingRestrictions(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)StringgetClassName()UserZoneCallingRestrictions.UserZoneCallingRestrictionsGetResponsegetZoneCallingRestrictions()Gets the home zone for a user Response to a UserZoneCallingRestrictionsGetRequestinthashCode()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<UserZoneCallingRestrictions> tag
-
zoneCallingRestrictions
public UserZoneCallingRestrictions.UserZoneCallingRestrictionsGetResponse zoneCallingRestrictions
-
-
Constructor Detail
-
UserZoneCallingRestrictions
public UserZoneCallingRestrictions(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserZoneCallingRestrictions
public UserZoneCallingRestrictions()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getZoneCallingRestrictions
public UserZoneCallingRestrictions.UserZoneCallingRestrictionsGetResponse getZoneCallingRestrictions()
Gets the home zone for a user Response to a UserZoneCallingRestrictionsGetRequest- Returns:
- the UserZoneCallingRestrictionsGetResponse 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
-
-