Class OrderDetailsPartsDef.AlertFields
- java.lang.Object
-
- com.caplin.generated.motif.fx.orders.OrderDetailsPartsDef.AlertFields
-
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- OrderDetailsPartsDef
public static final class OrderDetailsPartsDef.AlertFields extends Object implements BuilderMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrderDetailsPartsDef.AlertFields.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
-
-
-
Method Detail
-
getAlertPhoneNumber1
@Nullable public @Nullable String getAlertPhoneNumber1()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber2
@Nullable public @Nullable String getAlertPhoneNumber2()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber3
@Nullable public @Nullable String getAlertPhoneNumber3()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber4
@Nullable public @Nullable String getAlertPhoneNumber4()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber5
@Nullable public @Nullable String getAlertPhoneNumber5()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber6
@Nullable public @Nullable String getAlertPhoneNumber6()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber7
@Nullable public @Nullable String getAlertPhoneNumber7()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber8
@Nullable public @Nullable String getAlertPhoneNumber8()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber9
@Nullable public @Nullable String getAlertPhoneNumber9()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertPhoneNumber10
@Nullable public @Nullable String getAlertPhoneNumber10()
- Returns:
- Phone number that should be called when an order event occurs
-
getAlertEmailAddress1
@Nullable public @Nullable String getAlertEmailAddress1()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress2
@Nullable public @Nullable String getAlertEmailAddress2()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress3
@Nullable public @Nullable String getAlertEmailAddress3()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress4
@Nullable public @Nullable String getAlertEmailAddress4()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress5
@Nullable public @Nullable String getAlertEmailAddress5()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress6
@Nullable public @Nullable String getAlertEmailAddress6()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress7
@Nullable public @Nullable String getAlertEmailAddress7()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress8
@Nullable public @Nullable String getAlertEmailAddress8()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress9
@Nullable public @Nullable String getAlertEmailAddress9()
- Returns:
- Email address that should be mailed when an order event occurs
-
getAlertEmailAddress10
@Nullable public @Nullable String getAlertEmailAddress10()
- Returns:
- Email address that should be mailed when an order event occurs
-
getFieldFlags
@NotNull public @NotNull Map<String,Collection<String>> getFieldFlags()
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
@NotNull public @NotNull Map<String,Collection<String>> getFlagFields()
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
from
@NotNull public static @NotNull OrderDetailsPartsDef.AlertFields from(@NotNull @NotNull Map<String,String> fields)
-
from
@NotNull public static @NotNull OrderDetailsPartsDef.AlertFields from(@NotNull @NotNull Map<String,String> fields, @NotNull @NotNull String fieldPrefix)
-
newBuilder
@NotNull public static @NotNull OrderDetailsPartsDef.AlertFields.Builder newBuilder()
-
-