Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static ConnectorDto.SyncScheduleTypeEnum |
ConnectorDto.SyncScheduleTypeEnum.fromValue(String value) |
ConnectorDto.SyncScheduleTypeEnum |
ConnectorDto.getSyncScheduleType()
Get syncScheduleType
|
ConnectorDto.SyncScheduleTypeEnum |
ConnectorDto.SyncScheduleTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ConnectorDto.SyncScheduleTypeEnum |
ConnectorDto.SyncScheduleTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorDto.SyncScheduleTypeEnum[] |
ConnectorDto.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 |
ConnectorDto.setSyncScheduleType(ConnectorDto.SyncScheduleTypeEnum syncScheduleType) |
ConnectorDto |
ConnectorDto.syncScheduleType(ConnectorDto.SyncScheduleTypeEnum syncScheduleType) |
void |
ConnectorDto.SyncScheduleTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ConnectorDto.SyncScheduleTypeEnum enumeration) |
Copyright © 2023. All rights reserved.