|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.googlecloudstorage.options.ComposeObjectOptions
public class ComposeObjectOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and destinationPredefinedAcl when ComposingObjects operation.
| Nested Class Summary | |
|---|---|
static class |
ComposeObjectOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ComposeObjectOptions()
|
|
| Method Summary | |
|---|---|
ComposeObjectOptions |
destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
|
ComposeObjectOptions |
ifMetagenerationMatch(Long ifMetagenerationMatch)
|
ComposeObjectOptions |
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComposeObjectOptions()
| Method Detail |
|---|
public ComposeObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
public ComposeObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public ComposeObjectOptions destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||