Newer Version Available
ServiceResourceInfo Class
Namespace
ServiceResourceInfo Constructors
The following are constructors for ServiceResourceInfo.
ServiceResourceInfo(userId, userName, email, serviceResourceId, territoryIds, resourceType)
Creates a new instance of the lxscheduler.ServiceResourceInfo class using the specified service resource
details.
Signature
public ServiceResourceInfo(String userId, String userName, String email, String serviceResourceId, List<String> territoryIds, String resourceType)
Parameters
- userId
- Type: String
- The user ID of the service resource.
- userName
- Type: String
- The user name of the service resource.
- Type: String
- The email ID of the service resource.
- serviceResourceId
- Type: String
- The ID of the service resource.
- territoryIds
- Type: List<String>
- A list of requested service territories for the service resource.
- resourceType
- Type: String
- The type of the service resource such as Technician or Asset.
ServiceResourceInfo Methods
The following are methods for ServiceResourceInfo.