Interface ReadGroupRequestContext
-
- All Superinterfaces:
ProvisioningRequestContext
public interface ReadGroupRequestContext extends ProvisioningRequestContext
An interface that represents the request context for a read group operation. It contains all the information needed to fulfill the request, e.g. group id.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupId()Get group id.-
Methods inherited from interface com.pingidentity.sdk.provision.users.request.ProvisioningRequestContext
getEntityId
-
-
-
-
Method Detail
-
getGroupId
String getGroupId()
Get group id.- Returns:
- The group id for the user to be retrieved.
-
-