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