Class SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder
- Enclosing class:
- SlsQtanItmPrecdgProcFlow
-
Method Summary
Modifier and TypeMethodDescriptionbuild()creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0creationTime(LocalTime creationTime) Constraints: Not nullable, Precision: 0docRelationshipUUID(UUID docRelationshipUUID) (Key Field) Constraints: Not nullablelastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0precedingDocument(String precedingDocument) Constraints: Not nullable, Maximum length: 10precedingDocumentCategory(String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4precedingDocumentItem(String precedingDocumentItem) Constraints: Not nullable, Maximum length: 6processFlowLevel(String processFlowLevel) Constraints: Not nullable, Maximum length: 2salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanItmPrecdgProcFlow to single SalesQuotation.salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_SalesQuotationItem for SlsQtanItmPrecdgProcFlow to single SalesQuotationItem.salesQuotationItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6sDDocumentStatusDesc(String sDDocumentStatusDesc) Constraints: Not nullable, Maximum length: 20statusCode(String statusCode) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
salesQuotation
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanItmPrecdgProcFlow to single SalesQuotation.- Parameters:
value- The SalesQuotation to build this SlsQtanItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotation
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesQuotation
- Parameters:
value- The salesQuotation to build this SlsQtanItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder salesQuotationItem(SalesQuotationItem value) Navigation property to_SalesQuotationItem for SlsQtanItmPrecdgProcFlow to single SalesQuotationItem.- Parameters:
value- The SalesQuotationItem to build this SlsQtanItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder salesQuotationItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesQuotationItem
- Parameters:
value- The salesQuotationItem to build this SlsQtanItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
docRelationshipUUID
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder docRelationshipUUID(@Nullable UUID docRelationshipUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocRelationshipUUID
- Returns:
this.
-
precedingDocument
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder precedingDocument(@Nullable String precedingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PrecedingDocument
- Returns:
this.
-
precedingDocumentItem
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder precedingDocumentItem(@Nullable String precedingDocumentItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PrecedingDocumentItem
- Returns:
this.
-
precedingDocumentCategory
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PrecedingDocumentCategory
- Returns:
this.
-
processFlowLevel
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder processFlowLevel(@Nullable String processFlowLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessFlowLevel
- Returns:
this.
-
statusCode
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder statusCode(@Nullable String statusCode) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatusCode
- Returns:
this.
-
sDDocumentStatusDesc
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder sDDocumentStatusDesc(@Nullable String sDDocumentStatusDesc) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SDDocumentStatusDesc
- Returns:
this.
-
creationDate
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangeDate
@Nonnull public SlsQtanItmPrecdgProcFlow.SlsQtanItmPrecdgProcFlowBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
build
-
toString
-