Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiEntityType |
ApiEntityType.fromValue(String text) |
ApiEntityType |
ApiEntityType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiEntityType |
ApiEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEntityType[] |
ApiEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ApiEntityType> |
ApiHost.getMaintenanceOwners()
Readonly.
|
List<ApiEntityType> |
ApiService.getMaintenanceOwners()
Readonly.
|
List<ApiEntityType> |
ApiRole.getMaintenanceOwners()
Readonly.
|
List<ApiEntityType> |
ApiCluster.getMaintenanceOwners()
Readonly.
|
Modifier and Type | Method and Description |
---|---|
ApiHost |
ApiHost.addMaintenanceOwnersItem(ApiEntityType maintenanceOwnersItem) |
ApiService |
ApiService.addMaintenanceOwnersItem(ApiEntityType maintenanceOwnersItem) |
ApiRole |
ApiRole.addMaintenanceOwnersItem(ApiEntityType maintenanceOwnersItem) |
ApiCluster |
ApiCluster.addMaintenanceOwnersItem(ApiEntityType maintenanceOwnersItem) |
void |
ApiEntityType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiEntityType enumeration) |
Modifier and Type | Method and Description |
---|---|
ApiHost |
ApiHost.maintenanceOwners(List<ApiEntityType> maintenanceOwners) |
ApiService |
ApiService.maintenanceOwners(List<ApiEntityType> maintenanceOwners) |
ApiRole |
ApiRole.maintenanceOwners(List<ApiEntityType> maintenanceOwners) |
ApiCluster |
ApiCluster.maintenanceOwners(List<ApiEntityType> maintenanceOwners) |
void |
ApiHost.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners) |
void |
ApiService.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners) |
void |
ApiRole.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners) |
void |
ApiCluster.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners) |
Copyright © 2019. All rights reserved.