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