Class SpecStatusSchema.SpecStatusSchemaBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.SpecStatusSchema.SpecStatusSchemaBuilder
- Enclosing class:
- SpecStatusSchema
-
Method Summary
Modifier and TypeMethodDescriptionbuild()specificationHdrStsDfltSchema(Boolean specificationHdrStsDfltSchema) Constraints: nonespecificationHdrStsSchema(String specificationHdrStsSchema) (Key Field) Constraints: Not nullable, Maximum length: 20specificationType(String specificationType) (Key Field) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
specificationType
@Nonnull public SpecStatusSchema.SpecStatusSchemaBuilder specificationType(@Nullable String specificationType) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationType
- Returns:
this.
-
specificationHdrStsSchema
@Nonnull public SpecStatusSchema.SpecStatusSchemaBuilder specificationHdrStsSchema(@Nullable String specificationHdrStsSchema) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationHdrStsSchema
- Returns:
this.
-
specificationHdrStsDfltSchema
@Nonnull public SpecStatusSchema.SpecStatusSchemaBuilder specificationHdrStsDfltSchema(@Nullable Boolean specificationHdrStsDfltSchema) Constraints: noneOriginal property name from the Odata EDM: SpecificationHdrStsDfltSchema
- Returns:
this.
-
build
-
toString
-