Class UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder
- Enclosing class:
- UpdateWithPRAKeysResult_Type
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contractMarketingCostControl(String contractMarketingCostControl) Constraints: Not nullable, Maximum length: 12effectiveFromDate(LocalDate effectiveFromDate) Constraints: NullableeffectiveToDate(LocalDate effectiveToDate) Constraints: NullablemarketingType(String marketingType) Constraints: Not nullable, Maximum length: 2measurementPoint(String measurementPoint) Constraints: Not nullable, Maximum length: 20pRAContract(String pRAContract) Constraints: Not nullable, Maximum length: 10pRAMaterial(String pRAMaterial) Constraints: Not nullable, Maximum length: 40pRASystemMessageClass(String pRASystemMessageClass) Constraints: Not nullable, Maximum length: 20pRASystemMessageNumber(String pRASystemMessageNumber) Constraints: Not nullable, Maximum length: 3pRASystemMessageText(String pRASystemMessageText) Constraints: Not nullablepRASystemMessageType(String pRASystemMessageType) Constraints: Not nullable, Maximum length: 1toString()Constraints: Not nullable, Maximum length: 15wellCompletion(String wellCompletion) Constraints: Not nullable, Maximum length: 5
-
Method Details
-
contractMarketingCostControl
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder contractMarketingCostControl(@Nullable String contractMarketingCostControl) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ContractMarketingCostControl
- Returns:
this.
-
effectiveFromDate
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder effectiveFromDate(@Nullable LocalDate effectiveFromDate) Constraints: NullableOriginal property name from the Odata EDM: EffectiveFromDate
- Returns:
this.
-
effectiveToDate
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder effectiveToDate(@Nullable LocalDate effectiveToDate) Constraints: NullableOriginal property name from the Odata EDM: EffectiveToDate
- Returns:
this.
-
marketingType
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder marketingType(@Nullable String marketingType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MarketingType
- Returns:
this.
-
measurementPoint
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder measurementPoint(@Nullable String measurementPoint) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MeasurementPoint
- Returns:
this.
-
pRAContract
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder pRAContract(@Nullable String pRAContract) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PRAContract
- Returns:
this.
-
pRAMaterial
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder pRAMaterial(@Nullable String pRAMaterial) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PRAMaterial
- Returns:
this.
-
pRASystemMessageClass
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder pRASystemMessageClass(@Nullable String pRASystemMessageClass) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PRASystemMessageClass
- Returns:
this.
-
pRASystemMessageNumber
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder pRASystemMessageNumber(@Nullable String pRASystemMessageNumber) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PRASystemMessageNumber
- Returns:
this.
-
pRASystemMessageText
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder pRASystemMessageText(@Nullable String pRASystemMessageText) Constraints: Not nullableOriginal property name from the Odata EDM: PRASystemMessageText
- Returns:
this.
-
pRASystemMessageType
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder pRASystemMessageType(@Nullable String pRASystemMessageType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRASystemMessageType
- Returns:
this.
-
well
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder well(@Nullable String well) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: Well
- Returns:
this.
-
wellCompletion
@Nonnull public UpdateWithPRAKeysResult_Type.UpdateWithPRAKeysResult_TypeBuilder wellCompletion(@Nullable String wellCompletion) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: WellCompletion
- Returns:
this.
-
build
-
toString
-