Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksUser
co.ecg.alpaca.toolkit.generated.FindMeFollowMe
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdd an alerting group to a Find-me/Follow-me instance.static classAdd a criteria to the Find-me/Follow-me alerting group.static classAdd a Find-me/Follow-me instance to a group.static classGet a list of users that can be assigned to a Find-me/Follow-me alerting group.static classResponse to the GroupFindMeFollowMeAlertingGroupGetAvailableUserListRequest.static classDelete an alerting group from a Find-me/Follow-me instance.static classDelete a criteria from the Find-me/Follow-me alerting group.static classDelete a Find-me/Follow-me instance from a group.static classGet a list of Find-me/Follow-me alerting groups within a group.static classResponse to the GroupFindMeFollowMeGetAlertingGroupListRequest.static classRequest to get all the information of a Find-me/Follow-me alerting group.static classResponse to GroupFindMeFollowMeGetAlertingGroupRequest.static classRequest to get all the information of a specific Find-me/Follow-me alerting group selective criteria.static classResponse to GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest21.static classGet a list of Find-me/Follow-me instances within a group.static classResponse to the GroupFindMeFollowMeGetInstanceListRequest.static classRequest to get all the information of a Find-me/Follow-me instance.static classResponse to GroupFindMeFollowMeGetInstanceRequest19sp1.static classRequest to set the active status of Find-me/Follow-me instances.static classModify the priorities assigned to alerting groups The response is either a SuccessResponse or an ErrorResponse.static classModify a Find-me/Follow-me alerting group.static classModify a Find-me/Follow-me alerting group criteria.static classRequest to modify a Find-me/Follow-me instance. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
group, groupId, serviceProvider, serviceProviderId, userIdFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FindMeFollowMegetPopulatedFindMeFollowMe(Group group, String userId) Retrieves a populated FindMeFollowMeinthashCode()populate()Method to populate the Fields of the Object via the Associated BroadWorks requestMethod to populate the Fields of the Object via the Associated BroadWorks requestsetNetworkClassOfService(String networkClassOfService) setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) toString()Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUser
getGroup, getGroupId, getServiceProvider, getServiceProviderId, getUserId, getUserId, setGroupId, setServiceProviderId, setUserIdMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, isPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
serviceInstanceProfile
-
networkClassOfService
-
-
Constructor Details
-
FindMeFollowMe
public FindMeFollowMe()Serializable Constructor -
FindMeFollowMe
- Parameters:
group- The GroupuserId- The user id
-
-
Method Details
-
getPopulatedFindMeFollowMe
public static FindMeFollowMe getPopulatedFindMeFollowMe(Group group, String userId) throws BroadWorksObjectException Retrieves a populated FindMeFollowMe- Parameters:
group- The GroupuserId- The user id- Throws:
BroadWorksObjectException- Thrown if the object cannot be retrieved.
-
getClassName
-
setServiceInstanceProfile
public FindMeFollowMe setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) -
getServiceInstanceProfile
-
setNetworkClassOfService
-
getNetworkClassOfService
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Specified by:
populatein classBroadWorksObject
-
populate
Method to populate the Fields of the Object via the Associated BroadWorks request- Parameters:
resp- The response object to perform population
-
equals
- Overrides:
equalsin classBroadWorksUser
-
hashCode
public int hashCode()- Overrides:
hashCodein classBroadWorksUser
-
toString
-