Class DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.debitmemorequest.DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder
- Enclosing class:
- DebitMemoReqSubsqntProcFlow
public static final class DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder
extends Object
Helper class to allow for fluent creation of DebitMemoReqSubsqntProcFlow instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0creationTime(LocalTime creationTime) Constraints: Not nullable, Precision: 0debitMemoRequest(DebitMemoRequest value) Navigation property to_DebitMemoRequest for DebitMemoReqSubsqntProcFlow to single DebitMemoRequest.debitMemoRequest(String value) (Key Field) Constraints: Not nullable, Maximum length: 10lastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0overallBillingStatus(String overallBillingStatus) Constraints: Not nullable, Maximum length: 1overallSDProcessStatus(String overallSDProcessStatus) Constraints: Not nullable, Maximum length: 1processFlowLevel(String processFlowLevel) Constraints: Not nullable, Maximum length: 2relatedProcFlowDocStsFieldName(String relatedProcFlowDocStsFieldName) Constraints: Not nullable, Maximum length: 30subsequentDocument(String subsequentDocument) (Key Field) Constraints: Not nullable, Maximum length: 10subsequentDocumentCategory(String subsequentDocumentCategory) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
debitMemoRequest
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder debitMemoRequest(DebitMemoRequest value) Navigation property to_DebitMemoRequest for DebitMemoReqSubsqntProcFlow to single DebitMemoRequest.- Parameters:
value- The DebitMemoRequest to build this DebitMemoReqSubsqntProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
debitMemoRequest
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder debitMemoRequest(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DebitMemoRequest
- Parameters:
value- The debitMemoRequest to build this DebitMemoReqSubsqntProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
subsequentDocument
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder subsequentDocument(@Nullable String subsequentDocument) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubsequentDocument
- Returns:
this.
-
subsequentDocumentCategory
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder subsequentDocumentCategory(@Nullable String subsequentDocumentCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SubsequentDocumentCategory
- Returns:
this.
-
processFlowLevel
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder processFlowLevel(@Nullable String processFlowLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessFlowLevel
- Returns:
this.
-
overallBillingStatus
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder overallBillingStatus(@Nullable String overallBillingStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: OverallBillingStatus
- Returns:
this.
-
overallSDProcessStatus
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder overallSDProcessStatus(@Nullable String overallSDProcessStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: OverallSDProcessStatus
- Returns:
this.
-
creationDate
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangeDate
@Nonnull public DebitMemoReqSubsqntProcFlow.DebitMemoReqSubsqntProcFlowBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
build
-
toString
-