@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class UserCapabilityWithConfirm extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONFIRM |
static String |
SERIALIZED_NAME_CREATE |
static String |
SERIALIZED_NAME_DESTROY |
static String |
SERIALIZED_NAME_READ |
static String |
SERIALIZED_NAME_UPDATE |
| Constructor and Description |
|---|
UserCapabilityWithConfirm() |
| Modifier and Type | Method and Description |
|---|---|
UserCapabilityWithConfirm |
confirm(Boolean confirm) |
UserCapabilityWithConfirm |
create(Boolean create) |
UserCapabilityWithConfirm |
destroy(Boolean destroy) |
boolean |
equals(Object o) |
Boolean |
getConfirm()
「自動で経理」の操作
|
Boolean |
getCreate()
「取得した明細」の作成
|
Boolean |
getDestroy()
「取得した明細」の削除
|
Boolean |
getRead()
「取得した明細」の閲覧
|
Boolean |
getUpdate()
「取得した明細」の更新
|
int |
hashCode() |
UserCapabilityWithConfirm |
read(Boolean read) |
void |
setConfirm(Boolean confirm) |
void |
setCreate(Boolean create) |
void |
setDestroy(Boolean destroy) |
void |
setRead(Boolean read) |
void |
setUpdate(Boolean update) |
String |
toString() |
UserCapabilityWithConfirm |
update(Boolean update) |
public static final String SERIALIZED_NAME_CONFIRM
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 UserCapabilityWithConfirm confirm(Boolean confirm)
public void setConfirm(Boolean confirm)
public UserCapabilityWithConfirm create(Boolean create)
public void setCreate(Boolean create)
public UserCapabilityWithConfirm destroy(Boolean destroy)
public void setDestroy(Boolean destroy)
public UserCapabilityWithConfirm read(Boolean read)
public void setRead(Boolean read)
public UserCapabilityWithConfirm update(Boolean update)
public void setUpdate(Boolean update)
Copyright © 2022. All rights reserved.