@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class UserCapabilityWithSelfOnly extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserCapabilityWithSelfOnly.AllowedTargetEnum
「自分のみ」がonになっている場合はself_only、offになっている場合はallになります。
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLOWED_TARGET |
static String |
SERIALIZED_NAME_CREATE |
static String |
SERIALIZED_NAME_DESTROY |
static String |
SERIALIZED_NAME_READ |
static String |
SERIALIZED_NAME_UPDATE |
| Constructor and Description |
|---|
UserCapabilityWithSelfOnly() |
| Modifier and Type | Method and Description |
|---|---|
UserCapabilityWithSelfOnly |
allowedTarget(UserCapabilityWithSelfOnly.AllowedTargetEnum allowedTarget) |
UserCapabilityWithSelfOnly |
create(Boolean create) |
UserCapabilityWithSelfOnly |
destroy(Boolean destroy) |
boolean |
equals(Object o) |
UserCapabilityWithSelfOnly.AllowedTargetEnum |
getAllowedTarget()
「自分のみ」がonになっている場合はself_only、offになっている場合はallになります。
|
Boolean |
getCreate()
作成
|
Boolean |
getDestroy()
削除
|
Boolean |
getRead()
閲覧
|
Boolean |
getUpdate()
更新
|
int |
hashCode() |
UserCapabilityWithSelfOnly |
read(Boolean read) |
void |
setAllowedTarget(UserCapabilityWithSelfOnly.AllowedTargetEnum allowedTarget) |
void |
setCreate(Boolean create) |
void |
setDestroy(Boolean destroy) |
void |
setRead(Boolean read) |
void |
setUpdate(Boolean update) |
String |
toString() |
UserCapabilityWithSelfOnly |
update(Boolean update) |
public static final String SERIALIZED_NAME_ALLOWED_TARGET
public static final String SERIALIZED_NAME_CREATE
public static final String SERIALIZED_NAME_DESTROY
public static final String SERIALIZED_NAME_READ
public static final String SERIALIZED_NAME_UPDATE
public UserCapabilityWithSelfOnly allowedTarget(UserCapabilityWithSelfOnly.AllowedTargetEnum allowedTarget)
@Nullable public UserCapabilityWithSelfOnly.AllowedTargetEnum getAllowedTarget()
public void setAllowedTarget(UserCapabilityWithSelfOnly.AllowedTargetEnum allowedTarget)
public UserCapabilityWithSelfOnly create(Boolean create)
public void setCreate(Boolean create)
public UserCapabilityWithSelfOnly destroy(Boolean destroy)
public void setDestroy(Boolean destroy)
public UserCapabilityWithSelfOnly read(Boolean read)
public void setRead(Boolean read)
public UserCapabilityWithSelfOnly update(Boolean update)
public void setUpdate(Boolean update)
Copyright © 2022. All rights reserved.