public class DoneableMountPoint extends MountPointFluentImpl<DoneableMountPoint> implements Doneable<MountPoint>, MountPointFluent<DoneableMountPoint>
| Constructor and Description |
|---|
DoneableMountPoint(io.fabric8.docker.api.builder.Function<MountPoint,MountPoint> function) |
DoneableMountPoint(MountPoint item) |
DoneableMountPoint(MountPoint item,
io.fabric8.docker.api.builder.Function<MountPoint,MountPoint> function) |
| Modifier and Type | Method and Description |
|---|---|
MountPoint |
done() |
addToAdditionalProperties, addToAdditionalProperties, equals, getAdditionalProperties, getDestination, getDriver, getMode, getName, getSource, isRW, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withDestination, withDriver, withMode, withName, withRW, withSourceaccept, aggregate, aggregate, build, buildclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAdditionalProperties, addToAdditionalProperties, getAdditionalProperties, getDestination, getDriver, getMode, getName, getSource, isRW, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withDestination, withDriver, withMode, withName, withRW, withSourcepublic DoneableMountPoint(io.fabric8.docker.api.builder.Function<MountPoint,MountPoint> function)
public DoneableMountPoint(MountPoint item, io.fabric8.docker.api.builder.Function<MountPoint,MountPoint> function)
public DoneableMountPoint(MountPoint item)
public MountPoint done()
done in interface Doneable<MountPoint>Copyright © 2015–2016 Red Hat. All rights reserved.