Class SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder
- Enclosing class:
- SlsQtanItmSubsqntProcFlow
-
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: 0processFlowLevel(String processFlowLevel) Constraints: Not nullable, Maximum length: 2salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanItmSubsqntProcFlow to single SalesQuotation.salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_SalesQuotationItem for SlsQtanItmSubsqntProcFlow 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: 1subsequentDocument(String subsequentDocument) Constraints: Not nullable, Maximum length: 10subsequentDocumentCategory(String subsequentDocumentCategory) Constraints: Not nullable, Maximum length: 4subsequentDocumentItem(String subsequentDocumentItem) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
salesQuotation
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanItmSubsqntProcFlow to single SalesQuotation.- Parameters:
value- The SalesQuotation to build this SlsQtanItmSubsqntProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotation
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder 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 SlsQtanItmSubsqntProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder salesQuotationItem(SalesQuotationItem value) Navigation property to_SalesQuotationItem for SlsQtanItmSubsqntProcFlow to single SalesQuotationItem.- Parameters:
value- The SalesQuotationItem to build this SlsQtanItmSubsqntProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder 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 SlsQtanItmSubsqntProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
docRelationshipUUID
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder docRelationshipUUID(@Nullable UUID docRelationshipUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocRelationshipUUID
- Returns:
this.
-
subsequentDocument
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder subsequentDocument(@Nullable String subsequentDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubsequentDocument
- Returns:
this.
-
subsequentDocumentItem
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder subsequentDocumentItem(@Nullable String subsequentDocumentItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SubsequentDocumentItem
- Returns:
this.
-
subsequentDocumentCategory
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder subsequentDocumentCategory(@Nullable String subsequentDocumentCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SubsequentDocumentCategory
- Returns:
this.
-
processFlowLevel
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder processFlowLevel(@Nullable String processFlowLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessFlowLevel
- Returns:
this.
-
statusCode
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder statusCode(@Nullable String statusCode) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatusCode
- Returns:
this.
-
sDDocumentStatusDesc
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder sDDocumentStatusDesc(@Nullable String sDDocumentStatusDesc) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SDDocumentStatusDesc
- Returns:
this.
-
creationDate
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangeDate
@Nonnull public SlsQtanItmSubsqntProcFlow.SlsQtanItmSubsqntProcFlowBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
build
-
toString
-