Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiExternalUserMappingType |
ApiExternalUserMappingType.fromValue(String input) |
ApiExternalUserMappingType |
ApiExternalUserMappingRef.getType()
Get type
|
ApiExternalUserMappingType |
ApiExternalUserMapping.getType()
Get type
|
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 |
ApiExternalUserMappingRef.setType(ApiExternalUserMappingType type) |
void |
ApiExternalUserMapping.setType(ApiExternalUserMappingType type) |
ApiExternalUserMappingRef |
ApiExternalUserMappingRef.type(ApiExternalUserMappingType type) |
ApiExternalUserMapping |
ApiExternalUserMapping.type(ApiExternalUserMappingType type) |
void |
ApiExternalUserMappingType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiExternalUserMappingType enumeration) |
Copyright © 2024. All rights reserved.