Modifier and Type | Method and Description |
---|---|
Flavor |
Flavor.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Flavor.Builder.fromFlavor(Flavor in) |
Modifier and Type | Field and Description |
---|---|
protected Flavor |
FlavorInZone.image |
Modifier and Type | Method and Description |
---|---|
Flavor |
FlavorInZone.getFlavor() |
Constructor and Description |
---|
FlavorInZone(Flavor image,
String zoneId) |
Modifier and Type | Method and Description |
---|---|
Flavor |
FlavorApi.create(Flavor flavor)
Create flavor according to the provided object
|
Flavor |
FlavorApi.get(String id)
List details of the specified flavor
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> |
FlavorAsyncApi.create(Flavor flavor) |
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> |
FlavorAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> |
FlavorAsyncApi.listInDetail() |
PagedIterable<? extends Flavor> |
FlavorApi.listInDetail()
List all flavors (all details)
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Flavor>> |
FlavorAsyncApi.listInDetail(PaginationOptions options) |
PaginatedCollection<? extends Flavor> |
FlavorApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> |
FlavorAsyncApi.create(Flavor flavor) |
Flavor |
FlavorApi.create(Flavor flavor)
Create flavor according to the provided object
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Flavor>> |
ParseFlavorDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.