Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiExternalUserMappingType |
ApiExternalUserMappingType.fromValue(String text) |
ApiExternalUserMappingType |
ApiExternalUserMapping.getType()
The type of the external mapping
|
ApiExternalUserMappingType |
ApiExternalUserMappingRef.getType()
The type of the mapping.
|
ApiExternalUserMappingType |
ApiExternalUserMappingType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiExternalUserMappingType |
ApiExternalUserMappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiExternalUserMappingType[] |
ApiExternalUserMappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiExternalUserMapping.setType(ApiExternalUserMappingType type) |
void |
ApiExternalUserMappingRef.setType(ApiExternalUserMappingType type) |
ApiExternalUserMapping |
ApiExternalUserMapping.type(ApiExternalUserMappingType type) |
ApiExternalUserMappingRef |
ApiExternalUserMappingRef.type(ApiExternalUserMappingType type) |
void |
ApiExternalUserMappingType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiExternalUserMappingType enumeration) |
Copyright © 2019. All rights reserved.