public class CreateCommentRequestBodyItemField extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The ID of the item.
|
protected EnumWrapper<CreateCommentRequestBodyItemTypeField> |
type
The type of the item that this comment will be placed on.
|
explicitlySetNullableFields| Constructor and Description |
|---|
CreateCommentRequestBodyItemField(String id,
CreateCommentRequestBodyItemTypeField type) |
CreateCommentRequestBodyItemField(String id,
EnumWrapper<CreateCommentRequestBodyItemTypeField> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<CreateCommentRequestBodyItemTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<CreateCommentRequestBodyItemTypeField> type
public CreateCommentRequestBodyItemField(String id, CreateCommentRequestBodyItemTypeField type)
public CreateCommentRequestBodyItemField(String id, EnumWrapper<CreateCommentRequestBodyItemTypeField> type)
public EnumWrapper<CreateCommentRequestBodyItemTypeField> getType()