Class SpecIdentifier.SpecIdentifierBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.SpecIdentifier.SpecIdentifierBuilder
Enclosing class:
SpecIdentifier

public static class SpecIdentifier.SpecIdentifierBuilder extends Object
  • Method Details

    • specIdfgDescInternalID

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescInternalID(@Nullable String specIdfgDescInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecIdfgDescInternalID

      Returns:
      this.
    • specIdfgDescChangeState

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescChangeState(@Nullable String specIdfgDescChangeState)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecIdfgDescChangeState

      Returns:
      this.
    • specificationInternalID

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationInternalID(@Nullable String specificationInternalID)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecificationInternalID

      Returns:
      this.
    • specIdfgDescIsDeleted

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescIsDeleted(@Nullable Boolean specIdfgDescIsDeleted)
      Constraints: none

      Original property name from the Odata EDM: SpecIdfgDescIsDeleted

      Returns:
      this.
    • specIdfgDescCreatedByUser

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCreatedByUser(@Nullable String specIdfgDescCreatedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: SpecIdfgDescCreatedByUser

      Returns:
      this.
    • specIdfgDescCreationDate

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCreationDate(@Nullable LocalDateTime specIdfgDescCreationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: SpecIdfgDescCreationDate

      Returns:
      this.
    • specIdfgDescLastChangedByUser

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLastChangedByUser(@Nullable String specIdfgDescLastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: SpecIdfgDescLastChangedByUser

      Returns:
      this.
    • specIdfgDescLastChangeDate

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLastChangeDate(@Nullable LocalDateTime specIdfgDescLastChangeDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: SpecIdfgDescLastChangeDate

      Returns:
      this.
    • specIdfgDescSortSequence

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescSortSequence(@Nullable String specIdfgDescSortSequence)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SpecIdfgDescSortSequence

      Returns:
      this.
    • specIdfgDescCategory

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCategory(@Nullable String specIdfgDescCategory)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SpecIdfgDescCategory

      Returns:
      this.
    • specIdfgDescType

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescType(@Nullable String specIdfgDescType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SpecIdfgDescType

      Returns:
      this.
    • specIdfgDescLanguage

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLanguage(@Nullable String specIdfgDescLanguage)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SpecIdfgDescLanguage

      Returns:
      this.
    • specIdfgDescText

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescText(@Nullable String specIdfgDescText)
      Constraints: Not nullable, Maximum length: 132

      Original property name from the Odata EDM: SpecIdfgDescText

      Returns:
      this.
    • specificationAuthznGroup

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationAuthznGroup(@Nullable String specificationAuthznGroup)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SpecificationAuthznGroup

      Returns:
      this.
    • specificationType

      @Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationType(@Nullable String specificationType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SpecificationType

      Returns:
      this.
    • build

      @Nonnull public SpecIdentifier build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object