public class DoneableAttachedVolume extends AttachedVolumeFluentImpl<DoneableAttachedVolume> implements Doneable<AttachedVolume>
_visitables| Constructor and Description |
|---|
DoneableAttachedVolume(AttachedVolume item) |
DoneableAttachedVolume(AttachedVolume item,
Function<AttachedVolume,AttachedVolume> function) |
DoneableAttachedVolume(Function<AttachedVolume,AttachedVolume> function) |
| Modifier and Type | Method and Description |
|---|---|
AttachedVolume |
done() |
equals, getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withNamepublic DoneableAttachedVolume(Function<AttachedVolume,AttachedVolume> function)
public DoneableAttachedVolume(AttachedVolume item, Function<AttachedVolume,AttachedVolume> function)
public DoneableAttachedVolume(AttachedVolume item)
public AttachedVolume done()
done in interface Doneable<AttachedVolume>Copyright © 2011–2018 Red Hat. All rights reserved.