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