public class DoneableContainerWaitResponse extends ContainerWaitResponseFluentImpl<DoneableContainerWaitResponse> implements Doneable<ContainerWaitResponse>
| Constructor and Description |
|---|
DoneableContainerWaitResponse(ContainerWaitResponse item) |
DoneableContainerWaitResponse(ContainerWaitResponse item,
io.fabric8.docker.api.builder.Function<ContainerWaitResponse,ContainerWaitResponse> function) |
DoneableContainerWaitResponse(io.fabric8.docker.api.builder.Function<ContainerWaitResponse,ContainerWaitResponse> function) |
| Modifier and Type | Method and Description |
|---|---|
ContainerWaitResponse |
done() |
equals, getStatusCode, hasStatusCode, withStatusCodepublic DoneableContainerWaitResponse(io.fabric8.docker.api.builder.Function<ContainerWaitResponse,ContainerWaitResponse> function)
public DoneableContainerWaitResponse(ContainerWaitResponse item, io.fabric8.docker.api.builder.Function<ContainerWaitResponse,ContainerWaitResponse> function)
public DoneableContainerWaitResponse(ContainerWaitResponse item)
public ContainerWaitResponse done()
done in interface Doneable<ContainerWaitResponse>Copyright © 2015–2017 Red Hat. All rights reserved.