Class DisputeCaseObject.DisputeCaseObjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase.DisputeCaseObject.DisputeCaseObjectBuilder
- Enclosing class:
- DisputeCaseObject
Helper class to allow for fluent creation of DisputeCaseObject instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()caDisputeCase(DisputeCase value) Navigation property _CADisputeCase for DisputeCaseObject to single DisputeCase.cAPaymentLot(String cAPaymentLot) Constraints: Not nullable, Maximum length: 12cAPaymentLotItem(String cAPaymentLotItem) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullableobjectClassification(String objectClassification) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 70objectType(String objectType) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
caDisputeCase
Navigation property _CADisputeCase for DisputeCaseObject to single DisputeCase.- Parameters:
value- The DisputeCase to build this DisputeCaseObject with.- Returns:
- This Builder to allow for a fluent interface.
-
caseUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CaseUUID
- Returns:
this.
-
objectType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ObjectType
- Returns:
this.
-
objectKey
(Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ObjectKey
- Returns:
this.
-
objectClassification
@Nonnull public DisputeCaseObject.DisputeCaseObjectBuilder objectClassification(@Nullable String objectClassification) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ObjectClassification
- Returns:
this.
-
cAPaymentLot
@Nonnull public DisputeCaseObject.DisputeCaseObjectBuilder cAPaymentLot(@Nullable String cAPaymentLot) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CAPaymentLot
- Returns:
this.
-
cAPaymentLotItem
@Nonnull public DisputeCaseObject.DisputeCaseObjectBuilder cAPaymentLotItem(@Nullable String cAPaymentLotItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: CAPaymentLotItem
- Returns:
this.
-
_Messages
@Nonnull public DisputeCaseObject.DisputeCaseObjectBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-