Class CustomerReturnProcessStep.CustomerReturnProcessStepBuilder
- Enclosing class:
- CustomerReturnProcessStep
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customerReturn(CustomerReturn value) Navigation property to_CustomerReturn for CustomerReturnProcessStep to single CustomerReturn.Navigation property to_CustomerReturnItem for CustomerReturnProcessStep to single CustomerReturnItem.retsMgmtProcess(String retsMgmtProcess) (Key Field) Constraints: Not nullable, Maximum length: 10retsMgmtProcessItem(String retsMgmtProcessItem) (Key Field) Constraints: Not nullable, Maximum length: 6retsMgmtProcessStep(String retsMgmtProcessStep) (Key Field) Constraints: Not nullable, Maximum length: 4retsMgmtProcItmQtySplit(String retsMgmtProcItmQtySplit) (Key Field) Constraints: Not nullable, Maximum length: 3retsMgmtProcStepExecStatus(String retsMgmtProcStepExecStatus) Constraints: Not nullable, Maximum length: 1returnsDocument(String returnsDocument) (Key Field) Constraints: Not nullable, Maximum length: 30returnsDocumentApprovalStatus(String returnsDocumentApprovalStatus) Constraints: Not nullable, Maximum length: 1returnsDocumentItem(String returnsDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 10returnsDocumentStatus(String returnsDocumentStatus) Constraints: Not nullable, Maximum length: 1returnsDocumentType(String returnsDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 2returnsReferenceDocument(String returnsReferenceDocument) Constraints: Not nullable, Maximum length: 30returnsReferenceDocumentItem(String returnsReferenceDocumentItem) Constraints: Not nullable, Maximum length: 10returnsReferenceDocumentType(String returnsReferenceDocumentType) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
customerReturn
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder customerReturn(CustomerReturn value) Navigation property to_CustomerReturn for CustomerReturnProcessStep to single CustomerReturn.- Parameters:
value- The CustomerReturn to build this CustomerReturnProcessStep with.- Returns:
- This Builder to allow for a fluent interface.
-
customerReturnItem
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder customerReturnItem(CustomerReturnItem value) Navigation property to_CustomerReturnItem for CustomerReturnProcessStep to single CustomerReturnItem.- Parameters:
value- The CustomerReturnItem to build this CustomerReturnProcessStep with.- Returns:
- This Builder to allow for a fluent interface.
-
retsMgmtProcess
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder retsMgmtProcess(@Nullable String retsMgmtProcess) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RetsMgmtProcess
- Returns:
this.
-
retsMgmtProcessItem
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder retsMgmtProcessItem(@Nullable String retsMgmtProcessItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: RetsMgmtProcessItem
- Returns:
this.
-
retsMgmtProcItmQtySplit
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder retsMgmtProcItmQtySplit(@Nullable String retsMgmtProcItmQtySplit) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RetsMgmtProcItmQtySplit
- Returns:
this.
-
retsMgmtProcessStep
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder retsMgmtProcessStep(@Nullable String retsMgmtProcessStep) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RetsMgmtProcessStep
- Returns:
this.
-
returnsDocumentType
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsDocumentType(@Nullable String returnsDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ReturnsDocumentType
- Returns:
this.
-
returnsDocument
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsDocument(@Nullable String returnsDocument) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ReturnsDocument
- Returns:
this.
-
returnsDocumentItem
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsDocumentItem(@Nullable String returnsDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ReturnsDocumentItem
- Returns:
this.
-
returnsDocumentStatus
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsDocumentStatus(@Nullable String returnsDocumentStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ReturnsDocumentStatus
- Returns:
this.
-
returnsDocumentApprovalStatus
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsDocumentApprovalStatus(@Nullable String returnsDocumentApprovalStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ReturnsDocumentApprovalStatus
- Returns:
this.
-
returnsReferenceDocumentType
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsReferenceDocumentType(@Nullable String returnsReferenceDocumentType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ReturnsReferenceDocumentType
- Returns:
this.
-
returnsReferenceDocument
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsReferenceDocument(@Nullable String returnsReferenceDocument) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ReturnsReferenceDocument
- Returns:
this.
-
returnsReferenceDocumentItem
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder returnsReferenceDocumentItem(@Nullable String returnsReferenceDocumentItem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ReturnsReferenceDocumentItem
- Returns:
this.
-
retsMgmtProcStepExecStatus
@Nonnull public CustomerReturnProcessStep.CustomerReturnProcessStepBuilder retsMgmtProcStepExecStatus(@Nullable String retsMgmtProcStepExecStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtProcStepExecStatus
- Returns:
this.
-
build
-
toString
-