public class PermissionAttachmentInfo extends Object
PermissionAttachment
 provides it| Constructor and Description | 
|---|
PermissionAttachmentInfo(@NotNull Permissible permissible,
                        @NotNull String permission,
                        @Nullable PermissionAttachment attachment,
                        boolean value)  | 
| Modifier and Type | Method and Description | 
|---|---|
@Nullable PermissionAttachment | 
getAttachment()
Gets the attachment providing this permission. 
 | 
@NotNull Permissible | 
getPermissible()
Gets the permissible this is attached to 
 | 
@NotNull String | 
getPermission()
Gets the permission being set 
 | 
boolean | 
getValue()
Gets the value of this permission 
 | 
public PermissionAttachmentInfo(@NotNull @NotNull Permissible permissible, @NotNull @NotNull String permission, @Nullable @Nullable PermissionAttachment attachment, boolean value)
@NotNull public @NotNull Permissible getPermissible()
@NotNull public @NotNull String getPermission()
@Nullable public @Nullable PermissionAttachment getAttachment()
public boolean getValue()
Copyright © 2022. All rights reserved.