Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiParcel |
ParcelResourceApi.readParcel(String clusterName,
String product,
String version)
Retrieves detailed information about a parcel.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiParcel> |
ParcelResourceApi.readParcelWithHttpInfo(String clusterName,
String product,
String version)
Retrieves detailed information about a parcel.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ParcelResourceApi.readParcelAsync(String clusterName,
String product,
String version,
ApiCallback<ApiParcel> callback)
Retrieves detailed information about a parcel.
|
Modifier and Type | Method and Description |
---|---|
ApiParcel |
ApiParcel.clusterRef(ApiClusterRef clusterRef) |
ApiParcel |
ApiParcel.product(String product) |
ApiParcel |
ApiParcel.stage(String stage) |
ApiParcel |
ApiParcel.state(ApiParcelState state) |
ApiParcel |
ApiParcel.version(String version) |
Modifier and Type | Method and Description |
---|---|
List<ApiParcel> |
ApiParcelList.getItems() |
List<ApiParcel> |
ApiCluster.getParcels()
Optional.
|
Modifier and Type | Method and Description |
---|---|
ApiParcelList |
ApiParcelList.addItemsItem(ApiParcel itemsItem) |
ApiCluster |
ApiCluster.addParcelsItem(ApiParcel parcelsItem) |
Modifier and Type | Method and Description |
---|---|
ApiParcelList |
ApiParcelList.items(List<ApiParcel> items) |
ApiCluster |
ApiCluster.parcels(List<ApiParcel> parcels) |
void |
ApiParcelList.setItems(List<ApiParcel> items) |
void |
ApiCluster.setParcels(List<ApiParcel> parcels) |
Copyright © 2019. All rights reserved.