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