public class UpdateBoxSkillCardsOnFileRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateBoxSkillCardsOnFileRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<UpdateBoxSkillCardsOnFileRequestBodyOpField> |
op
The value will always be `replace`.
|
protected String |
path
The JSON Path that represents the card to replace.
|
protected SkillCard |
value |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateBoxSkillCardsOnFileRequestBody() |
protected |
UpdateBoxSkillCardsOnFileRequestBody(UpdateBoxSkillCardsOnFileRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<UpdateBoxSkillCardsOnFileRequestBodyOpField> |
getOp() |
String |
getPath() |
SkillCard |
getValue() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UpdateBoxSkillCardsOnFileRequestBodyOpField> op
protected String path
public UpdateBoxSkillCardsOnFileRequestBody()
protected UpdateBoxSkillCardsOnFileRequestBody(UpdateBoxSkillCardsOnFileRequestBody.Builder builder)
public EnumWrapper<UpdateBoxSkillCardsOnFileRequestBodyOpField> getOp()