Class InvoicePartsDef.InvoiceBreakdownFields
java.lang.Object
com.caplin.generated.motif.commodities.invoice.InvoicePartsDef.InvoiceBreakdownFields
- All Implemented Interfaces:
BuilderMessage,Message
- Enclosing class:
- InvoicePartsDef
public static final class InvoicePartsDef.InvoiceBreakdownFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull InvoicePartsDef.InvoiceBreakdownFieldsstatic @NotNull InvoicePartsDef.InvoiceBreakdownFields@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable Stringstatic @NotNull InvoicePartsDef.InvoiceBreakdownFields.Builder@NotNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
Method Details
-
getInvoiceBreakdown
- Returns:
- A JSON structure containing all the individual trades of a commodities invoice. Use DefaultTableFields builders to provide Caplin default and/or custom fields.
-
getFields
-
getFieldFlags
- Specified by:
getFieldFlagsin interfaceBuilderMessage- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFieldsin interfaceBuilderMessage- Returns:
- Get the fields for all flags.
-
toString
-
from
@NotNull public static @NotNull InvoicePartsDef.InvoiceBreakdownFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull InvoicePartsDef.InvoiceBreakdownFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-