@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ConnectorProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConnectorProjection.ConnectorTypeEnum
Gets or Sets connectorType
|
static class |
ConnectorProjection.CustomTypeAdapterFactory |
static class |
ConnectorProjection.SyncScheduleTypeEnum
Gets or Sets syncScheduleType
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CONNECTOR_TYPE |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_SYNC_ENABLED |
static String |
SERIALIZED_NAME_SYNC_INTERVAL |
static String |
SERIALIZED_NAME_SYNC_SCHEDULE_TYPE |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
ConnectorProjection() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CONNECTOR_TYPE
public static final String SERIALIZED_NAME_SYNC_SCHEDULE_TYPE
public static final String SERIALIZED_NAME_SYNC_INTERVAL
public static final String SERIALIZED_NAME_SYNC_ENABLED
public ConnectorProjection id(UUID id)
public void setId(UUID id)
public ConnectorProjection inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public ConnectorProjection userId(UUID userId)
public void setUserId(UUID userId)
public ConnectorProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ConnectorProjection connectorType(ConnectorProjection.ConnectorTypeEnum connectorType)
@Nonnull public ConnectorProjection.ConnectorTypeEnum getConnectorType()
public void setConnectorType(ConnectorProjection.ConnectorTypeEnum connectorType)
public ConnectorProjection syncScheduleType(ConnectorProjection.SyncScheduleTypeEnum syncScheduleType)
@Nonnull public ConnectorProjection.SyncScheduleTypeEnum getSyncScheduleType()
public void setSyncScheduleType(ConnectorProjection.SyncScheduleTypeEnum syncScheduleType)
public ConnectorProjection syncInterval(Integer syncInterval)
public void setSyncInterval(Integer syncInterval)
public ConnectorProjection syncEnabled(Boolean syncEnabled)
public void setSyncEnabled(Boolean syncEnabled)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ConnectorProjectionpublic static ConnectorProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ConnectorProjectionpublic String toJson()
Copyright © 2023. All rights reserved.