PermissionBinding.UpdateStages.WithPermission Interface

public static interface PermissionBinding.UpdateStages.WithPermission

The stage of the PermissionBinding update allowing to specify permission.

Method Summary

Modifier and Type Method and Description
abstract Update withPermission(PermissionType permission)

Specifies the permission property: The allowed permission..

Method Details

withPermission

public abstract PermissionBinding.Update withPermission(PermissionType permission)

Specifies the permission property: The allowed permission..

Parameters:

permission - The allowed permission.

Returns:

the next definition stage.

Applies to