Class UserPolycomPhoneServices
- 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.UserPolycomPhoneServices
-
- All Implemented Interfaces:
Serializable
public class UserPolycomPhoneServices extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserPolycomPhoneServices.UserPolycomPhoneServicesGetPrimaryEndpointListRequestRequest the user's list of device profiles on which the user is the primary user.static classUserPolycomPhoneServices.UserPolycomPhoneServicesGetPrimaryEndpointListResponseResponse to UserPolycomPhoneServicesGetPrimaryEndpointListRequest.static classUserPolycomPhoneServices.UserPolycomPhoneServicesGetRequestRequest the user's Polycom Phone Services attributes.static classUserPolycomPhoneServices.UserPolycomPhoneServicesGetResponseResponse to UserPolycomPhoneServicesGetRequest.static classUserPolycomPhoneServices.UserPolycomPhoneServicesModifyRequestModify the user's Polycom Phone Services attributes.
-
Field Summary
-
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 UserPolycomPhoneServices()The serializable constructor for the UserServiceUserPolycomPhoneServices(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()List<UserPolycomPhoneServices.UserPolycomPhoneServicesGetResponse>getPolycomPhoneServices()Response to UserPolycomPhoneServicesGetRequest.UserPolycomPhoneServices.UserPolycomPhoneServicesGetPrimaryEndpointListResponsegetPolycomPhoneServicesPrimaryEndpointList()Response to UserPolycomPhoneServicesGetPrimaryEndpointListRequest.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<UserPolycomPhoneServices> tag
-
polycomPhoneServicesPrimaryEndpointList
public UserPolycomPhoneServices.UserPolycomPhoneServicesGetPrimaryEndpointListResponse polycomPhoneServicesPrimaryEndpointList
-
polycomPhoneServices
public List<UserPolycomPhoneServices.UserPolycomPhoneServicesGetResponse> polycomPhoneServices
-
-
Constructor Detail
-
UserPolycomPhoneServices
public UserPolycomPhoneServices(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserPolycomPhoneServices
public UserPolycomPhoneServices()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getPolycomPhoneServicesPrimaryEndpointList
public UserPolycomPhoneServices.UserPolycomPhoneServicesGetPrimaryEndpointListResponse getPolycomPhoneServicesPrimaryEndpointList()
Response to UserPolycomPhoneServicesGetPrimaryEndpointListRequest. The column headings for the deviceUserTable are: "Device Level", "Device Name", "Line/Port".- Returns:
- the UserPolycomPhoneServicesGetPrimaryEndpointListResponse for this service
-
getPolycomPhoneServices
public List<UserPolycomPhoneServices.UserPolycomPhoneServicesGetResponse> getPolycomPhoneServices()
Response to UserPolycomPhoneServicesGetRequest.- Returns:
- the UserPolycomPhoneServicesGetResponse 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
-
-