@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class UploadAttachmentBytesRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UploadAttachmentBytesRequest.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CHAR |
static String |
SERIALIZED_NAME_DIRECT |
static String |
SERIALIZED_NAME_DOUBLE |
static String |
SERIALIZED_NAME_FLOAT |
static String |
SERIALIZED_NAME_INT |
static String |
SERIALIZED_NAME_LONG |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SHORT |
Constructor and Description |
---|
UploadAttachmentBytesRequest() |
public static final String SERIALIZED_NAME_SHORT
public static final String SERIALIZED_NAME_CHAR
public static final String SERIALIZED_NAME_INT
public static final String SERIALIZED_NAME_LONG
public static final String SERIALIZED_NAME_FLOAT
public static final String SERIALIZED_NAME_DOUBLE
public static final String SERIALIZED_NAME_DIRECT
public static final String SERIALIZED_NAME_READ_ONLY
public UploadAttachmentBytesRequest _short(Integer _short)
public void setShort(Integer _short)
public UploadAttachmentBytesRequest _char(String _char)
public void setChar(String _char)
public UploadAttachmentBytesRequest _int(Integer _int)
public void setInt(Integer _int)
public UploadAttachmentBytesRequest _long(Long _long)
public void setLong(Long _long)
public UploadAttachmentBytesRequest _float(Float _float)
public void setFloat(Float _float)
public UploadAttachmentBytesRequest _double(Double _double)
public void setDouble(Double _double)
public UploadAttachmentBytesRequest direct(Boolean direct)
public void setDirect(Boolean direct)
public UploadAttachmentBytesRequest readOnly(Boolean readOnly)
public void setReadOnly(Boolean readOnly)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to UploadAttachmentBytesRequestpublic static UploadAttachmentBytesRequest fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to UploadAttachmentBytesRequestpublic String toJson()
Copyright © 2023. All rights reserved.