Class JITCallRefTextHdr.JITCallRefTextHdrBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.justintimecall.JITCallRefTextHdr.JITCallRefTextHdrBuilder
- Enclosing class:
- JITCallRefTextHdr
-
Method Summary
Modifier and TypeMethodDescriptionbuild()internalJITCallNumber(String internalJITCallNumber) (Key Field) Constraints: Not nullable, Maximum length: 10jITRefText(String jITRefText) Constraints: nonejITRefType(String jITRefType) (Key Field) Constraints: Not nullable, Maximum length: 4shipToParty(String shipToParty) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
internalJITCallNumber
@Nonnull public JITCallRefTextHdr.JITCallRefTextHdrBuilder internalJITCallNumber(@Nullable String internalJITCallNumber) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InternalJITCallNumber
- Returns:
this.
-
jITRefType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: JITRefType
- Returns:
this.
-
jITRefText
Constraints: noneOriginal property name from the Odata EDM: JITRefText
- Returns:
this.
-
shipToParty
@Nonnull public JITCallRefTextHdr.JITCallRefTextHdrBuilder shipToParty(@Nullable String shipToParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ShipToParty
- Returns:
this.
-
build
-
toString
-