public class PermissionAttachmentInfo extends Object
PermissionAttachment
 provides it| Constructor | Description | 
|---|---|
| PermissionAttachmentInfo(Permissible permissible,
                        String permission,
                        PermissionAttachment attachment,
                        boolean value) | 
| Modifier and Type | Method | 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 © 2020. All rights reserved.