@ExperimentalApi public class FieldExportParts extends Object
It is common to have just one "part" but a complex field may want more than one. For example, a "Money" field might have a "currency" part and an "amount" part.
In turn, each part may have a single value or multiple values (for multi-value fields). FieldExportPartsBuilder
for building this object.
Modifier and Type | Method and Description |
---|---|
List<FieldExportPart> |
getParts()
Each field export can have multiple parts within it that represent a different component of the field.
|
Optional<FieldExportPart> |
getPartWithId(String id)
Each of the parts in the field export have an id to represent it.
|
public List<FieldExportPart> getParts()
public Optional<FieldExportPart> getPartWithId(String id)
Option
if it cannot be found.id
- to find the part forCopyright © 2002-2021 Atlassian. All Rights Reserved.