Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ServiceResourceInfo Class
Namespace
ServiceResourceInfo Constructors
The following are constructors for ServiceResourceInfo.
ServiceResourceInfo(userId, userName, email, serviceResourceId, territoryIds, resourceType)
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.
-
email:
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.