Class SpecStatusNextStatus.SpecStatusNextStatusBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.SpecStatusNextStatus.SpecStatusNextStatusBuilder
- Enclosing class:
- SpecStatusNextStatus
Helper class to allow for fluent creation of SpecStatusNextStatus instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()nextStatusAttributes(SpecStatusAttributes... value) Navigation property to_NextStatusAttributes for SpecStatusNextStatus to multiple SpecStatusAttributes.specificationHdrStsSchema(String specificationHdrStsSchema) (Key Field) Constraints: Not nullable, Maximum length: 20specificationHdrStsSchemaFrSts(String specificationHdrStsSchemaFrSts) (Key Field) Constraints: Not nullable, Maximum length: 20specificationHdrStsSchemaToSts(String specificationHdrStsSchemaToSts) (Key Field) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
nextStatusAttributes
@Nonnull public SpecStatusNextStatus.SpecStatusNextStatusBuilder nextStatusAttributes(SpecStatusAttributes... value) Navigation property to_NextStatusAttributes for SpecStatusNextStatus to multiple SpecStatusAttributes.- Parameters:
value- The SpecStatusAttributess to build this SpecStatusNextStatus with.- Returns:
- This Builder to allow for a fluent interface.
-
specificationHdrStsSchema
@Nonnull public SpecStatusNextStatus.SpecStatusNextStatusBuilder specificationHdrStsSchema(@Nullable String specificationHdrStsSchema) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationHdrStsSchema
- Returns:
this.
-
specificationHdrStsSchemaFrSts
@Nonnull public SpecStatusNextStatus.SpecStatusNextStatusBuilder specificationHdrStsSchemaFrSts(@Nullable String specificationHdrStsSchemaFrSts) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationHdrStsSchemaFrSts
- Returns:
this.
-
specificationHdrStsSchemaToSts
@Nonnull public SpecStatusNextStatus.SpecStatusNextStatusBuilder specificationHdrStsSchemaToSts(@Nullable String specificationHdrStsSchemaToSts) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationHdrStsSchemaToSts
- Returns:
this.
-
build
-
toString
-