public class GetObjectOptions extends GetOptions
GetOptions
.Modifier and Type | Class and Description |
---|---|
static class |
GetObjectOptions.Builder |
NONE
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
GetObjectOptions() |
Modifier and Type | Method and Description |
---|---|
GetObjectOptions |
generation(Long generation) |
GetObjectOptions |
ifGenerationMatch(Long ifGenerationMatch) |
GetObjectOptions |
ifGenerationNotMatch(Long ifGenerationNotMatch) |
GetObjectOptions |
ifMetagenerationMatch(Long ifMetagenerationMatch) |
GetObjectOptions |
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch) |
GetObjectOptions |
projection(DomainResourceReferences.Projection projection) |
buildRequestHeaders, equals, getIfMatch, getIfModifiedSince, getIfNoneMatch, getIfUnmodifiedSince, getRange, getRanges, hashCode, ifETagDoesntMatch, ifETagMatches, ifModifiedSince, ifUnmodifiedSince, range, startAt, tail, toString
buildFormParameters, buildPathSuffix, buildQueryParameters, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, replaceHeader
public GetObjectOptions ifGenerationMatch(Long ifGenerationMatch)
public GetObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
public GetObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
public GetObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public GetObjectOptions generation(Long generation)
public GetObjectOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.