public abstract class DownloadResourcesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DownloadResourcesRequest.Builder |
| Constructor and Description |
|---|
DownloadResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DownloadResourcesRequest.Builder |
builder() |
static DownloadResourcesRequest |
create(List<ResourceIdentifier> newResources) |
abstract @NotEmpty List<ResourceIdentifier> |
getResources() |
@NotEmpty public abstract @NotEmpty List<ResourceIdentifier> getResources()
public static DownloadResourcesRequest create(List<ResourceIdentifier> newResources)
public static DownloadResourcesRequest.Builder builder()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.