@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class UserCapabilityWithSync extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATE |
static String |
SERIALIZED_NAME_DESTROY |
static String |
SERIALIZED_NAME_READ |
static String |
SERIALIZED_NAME_SYNC |
static String |
SERIALIZED_NAME_UPDATE |
| Constructor and Description |
|---|
UserCapabilityWithSync() |
| Modifier and Type | Method and Description |
|---|---|
UserCapabilityWithSync |
create(Boolean create) |
UserCapabilityWithSync |
destroy(Boolean destroy) |
boolean |
equals(Object o) |
Boolean |
getCreate()
「口座」の作成
|
Boolean |
getDestroy()
「口座」の削除
|
Boolean |
getRead()
「口座」の閲覧
|
Boolean |
getSync()
Deprecated.
|
Boolean |
getUpdate()
「口座」の更新
|
int |
hashCode() |
UserCapabilityWithSync |
read(Boolean read) |
void |
setCreate(Boolean create) |
void |
setDestroy(Boolean destroy) |
void |
setRead(Boolean read) |
void |
setSync(Boolean sync) |
void |
setUpdate(Boolean update) |
UserCapabilityWithSync |
sync(Boolean sync) |
String |
toString() |
UserCapabilityWithSync |
update(Boolean update) |
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_SYNC
public static final String SERIALIZED_NAME_UPDATE
public UserCapabilityWithSync create(Boolean create)
public void setCreate(Boolean create)
public UserCapabilityWithSync destroy(Boolean destroy)
public void setDestroy(Boolean destroy)
public UserCapabilityWithSync read(Boolean read)
public void setRead(Boolean read)
public UserCapabilityWithSync sync(Boolean sync)
@Deprecated @Nullable public Boolean getSync()
public void setSync(Boolean sync)
public UserCapabilityWithSync update(Boolean update)
public void setUpdate(Boolean update)
Copyright © 2022. All rights reserved.