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