Package com.enonic.xp.node
Class AttachedBinaries.Builder
- java.lang.Object
-
- com.enonic.xp.node.AttachedBinaries.Builder
-
- Enclosing class:
- AttachedBinaries
public static class AttachedBinaries.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AttachedBinaries.Builder
add(AttachedBinary attachedBinary)
AttachedBinaries
build()
Set<AttachedBinary>
getNodeAttachedBinaries()
Deprecated.
-
-
-
Method Detail
-
add
public AttachedBinaries.Builder add(AttachedBinary attachedBinary)
-
getNodeAttachedBinaries
@Deprecated public Set<AttachedBinary> getNodeAttachedBinaries()
Deprecated.
-
build
public AttachedBinaries build()
-
-