org.bonitasoft.engine.profile
public class ExportedParentProfileEntryBuilder extends Object
| Constructor and Description |
|---|
ExportedParentProfileEntryBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
ExportedParentProfileEntry |
done() |
ExportedParentProfileEntryBuilder |
setChildProfileEntries(List<ExportedProfileEntry> childProfileEntries) |
ExportedParentProfileEntryBuilder |
setCustom(boolean custom) |
ExportedParentProfileEntryBuilder |
setDescription(String description) |
ExportedParentProfileEntryBuilder |
setIndex(long index) |
ExportedParentProfileEntryBuilder |
setPage(String page) |
ExportedParentProfileEntryBuilder |
setParentName(String parentName) |
ExportedParentProfileEntryBuilder |
setType(String type) |
public ExportedParentProfileEntryBuilder(String name)
public ExportedParentProfileEntryBuilder setDescription(String description)
public ExportedParentProfileEntryBuilder setIndex(long index)
public ExportedParentProfileEntryBuilder setPage(String page)
public ExportedParentProfileEntryBuilder setParentName(String parentName)
public ExportedParentProfileEntryBuilder setType(String type)
public ExportedParentProfileEntryBuilder setChildProfileEntries(List<ExportedProfileEntry> childProfileEntries)
public ExportedParentProfileEntry done()
public ExportedParentProfileEntryBuilder setCustom(boolean custom)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.