Class ComposeObjectOptions
- java.lang.Object
 - 
- org.jclouds.http.options.BaseHttpRequestOptions
 - 
- org.jclouds.googlecloudstorage.options.ComposeObjectOptions
 
 
 
- 
- All Implemented Interfaces:
 HttpRequestOptions
public class ComposeObjectOptions extends BaseHttpRequestOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and destinationPredefinedAcl when ComposingObjects operation. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComposeObjectOptions.Builder 
- 
Field Summary
- 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ComposeObjectOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposeObjectOptionsdestinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)ComposeObjectOptionsifMetagenerationMatch(Long ifMetagenerationMatch)ComposeObjectOptionsifMetagenerationNotMatch(Long ifMetagenerationNotMatch)- 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
ifMetagenerationMatch
public ComposeObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
 
- 
ifMetagenerationNotMatch
public ComposeObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
 
- 
destinationPredefinedAcl
public ComposeObjectOptions destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
 
 - 
 
 -