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