Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static ConnectorProjection.SyncScheduleTypeEnum |
ConnectorProjection.SyncScheduleTypeEnum.fromValue(String value) |
ConnectorProjection.SyncScheduleTypeEnum |
ConnectorProjection.getSyncScheduleType()
Get syncScheduleType
|
ConnectorProjection.SyncScheduleTypeEnum |
ConnectorProjection.SyncScheduleTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ConnectorProjection.SyncScheduleTypeEnum |
ConnectorProjection.SyncScheduleTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorProjection.SyncScheduleTypeEnum[] |
ConnectorProjection.SyncScheduleTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorProjection.setSyncScheduleType(ConnectorProjection.SyncScheduleTypeEnum syncScheduleType) |
ConnectorProjection |
ConnectorProjection.syncScheduleType(ConnectorProjection.SyncScheduleTypeEnum syncScheduleType) |
void |
ConnectorProjection.SyncScheduleTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ConnectorProjection.SyncScheduleTypeEnum enumeration) |
Copyright © 2023. All rights reserved.