protected abstract static class AbstractPackageManagerClient.ResponseBuilder extends Object
Modifier | Constructor and Description |
---|---|
protected |
ResponseBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractPackageManagerClient.ResponseBuilder |
forPackId(PackId packId) |
protected abstract DetailedResponse |
getDetailedResponse(ResponseProgressListener listener) |
protected abstract DownloadResponse |
getDownloadResponse(File outputFile) |
protected abstract ListResponse |
getListResponse() |
protected abstract SimpleResponse |
getSimpleResponse() |
protected abstract SimpleResponse |
getUpdateResponse() |
protected abstract AbstractPackageManagerClient.ResponseBuilder |
withParam(String name,
boolean value) |
protected abstract AbstractPackageManagerClient.ResponseBuilder |
withParam(String name,
File value,
String mimeType) |
protected abstract AbstractPackageManagerClient.ResponseBuilder |
withParam(String name,
int value) |
protected abstract AbstractPackageManagerClient.ResponseBuilder |
withParam(String name,
String value) |
protected abstract AbstractPackageManagerClient.ResponseBuilder forPackId(PackId packId)
protected abstract AbstractPackageManagerClient.ResponseBuilder withParam(String name, String value)
protected abstract AbstractPackageManagerClient.ResponseBuilder withParam(String name, boolean value)
protected abstract AbstractPackageManagerClient.ResponseBuilder withParam(String name, int value)
protected abstract AbstractPackageManagerClient.ResponseBuilder withParam(String name, File value, String mimeType) throws IOException
IOException
protected abstract SimpleResponse getSimpleResponse() throws Exception
Exception
protected abstract ListResponse getListResponse() throws Exception
Exception
protected abstract DetailedResponse getDetailedResponse(ResponseProgressListener listener) throws Exception
Exception
protected abstract DownloadResponse getDownloadResponse(File outputFile) throws Exception
Exception
protected abstract SimpleResponse getUpdateResponse() throws Exception
Exception
Copyright © 2013-2017. All Rights Reserved.