Interface AuthorizationAccessPolicyContract.UpdateStages.WithObjectId
- All Known Subinterfaces:
AuthorizationAccessPolicyContract.Update
- Enclosing interface:
AuthorizationAccessPolicyContract.UpdateStages
public static interface AuthorizationAccessPolicyContract.UpdateStages.WithObjectId
The stage of the AuthorizationAccessPolicyContract update allowing to specify objectId.
-
Method Summary
Modifier and TypeMethodDescriptionwithObjectId(String objectId) Specifies the objectId property: The Object Id.
-
Method Details
-
withObjectId
Specifies the objectId property: The Object Id.- Parameters:
objectId- The Object Id.- Returns:
- the next definition stage.
-