Interface AddPermissionsCommandStep1
- All Known Implementing Classes:
AddPermissionsCommandImpl
public interface AddPermissionsCommandStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionresourceType(AuthorizationPatchRequest.ResourceTypeEnum resourceType) Sets the resource type for which the permissions should be added.
-
Method Details
-
resourceType
AddPermissionsCommandStep1.AddPermissionsCommandStep2 resourceType(AuthorizationPatchRequest.ResourceTypeEnum resourceType) Sets the resource type for which the permissions should be added.- Parameters:
resourceType- the resource type- Returns:
- the builder for this command
-