Class SpecIdentifier.SpecIdentifierBuilder
- Enclosing class:
- SpecIdentifier
-
Method Summary
Modifier and TypeMethodDescriptionbuild()specIdfgDescCategory(String specIdfgDescCategory) Constraints: Not nullable, Maximum length: 10specIdfgDescChangeState(String specIdfgDescChangeState) (Key Field) Constraints: Not nullable, Maximum length: 20specIdfgDescCreatedByUser(String specIdfgDescCreatedByUser) Constraints: Not nullable, Maximum length: 12specIdfgDescCreationDate(LocalDateTime specIdfgDescCreationDate) Constraints: Not nullable, Precision: 0specIdfgDescInternalID(String specIdfgDescInternalID) (Key Field) Constraints: Not nullable, Maximum length: 20specIdfgDescIsDeleted(Boolean specIdfgDescIsDeleted) Constraints: nonespecIdfgDescLanguage(String specIdfgDescLanguage) Constraints: Not nullable, Maximum length: 2specIdfgDescLastChangeDate(LocalDateTime specIdfgDescLastChangeDate) Constraints: Not nullable, Precision: 0specIdfgDescLastChangedByUser(String specIdfgDescLastChangedByUser) Constraints: Not nullable, Maximum length: 12specIdfgDescSortSequence(String specIdfgDescSortSequence) Constraints: Not nullable, Maximum length: 4specIdfgDescText(String specIdfgDescText) Constraints: Not nullable, Maximum length: 132specIdfgDescType(String specIdfgDescType) Constraints: Not nullable, Maximum length: 10specificationAuthznGroup(String specificationAuthznGroup) Constraints: Not nullable, Maximum length: 10specificationInternalID(String specificationInternalID) Constraints: Not nullable, Maximum length: 20specificationType(String specificationType) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
specIdfgDescInternalID
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescInternalID(@Nullable String specIdfgDescInternalID) (Key Field) Constraints: Not nullable, Maximum length: 20Original 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: 20Original property name from the Odata EDM: SpecIdfgDescChangeState
- Returns:
this.
-
specificationInternalID
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationInternalID(@Nullable String specificationInternalID) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationInternalID
- Returns:
this.
-
specIdfgDescIsDeleted
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescIsDeleted(@Nullable Boolean specIdfgDescIsDeleted) Constraints: noneOriginal property name from the Odata EDM: SpecIdfgDescIsDeleted
- Returns:
this.
-
specIdfgDescCreatedByUser
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCreatedByUser(@Nullable String specIdfgDescCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SpecIdfgDescCreatedByUser
- Returns:
this.
-
specIdfgDescCreationDate
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCreationDate(@Nullable LocalDateTime specIdfgDescCreationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SpecIdfgDescCreationDate
- Returns:
this.
-
specIdfgDescLastChangedByUser
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLastChangedByUser(@Nullable String specIdfgDescLastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SpecIdfgDescLastChangedByUser
- Returns:
this.
-
specIdfgDescLastChangeDate
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLastChangeDate(@Nullable LocalDateTime specIdfgDescLastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SpecIdfgDescLastChangeDate
- Returns:
this.
-
specIdfgDescSortSequence
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescSortSequence(@Nullable String specIdfgDescSortSequence) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SpecIdfgDescSortSequence
- Returns:
this.
-
specIdfgDescCategory
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCategory(@Nullable String specIdfgDescCategory) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SpecIdfgDescCategory
- Returns:
this.
-
specIdfgDescType
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescType(@Nullable String specIdfgDescType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SpecIdfgDescType
- Returns:
this.
-
specIdfgDescLanguage
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLanguage(@Nullable String specIdfgDescLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SpecIdfgDescLanguage
- Returns:
this.
-
specIdfgDescText
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescText(@Nullable String specIdfgDescText) Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: SpecIdfgDescText
- Returns:
this.
-
specificationAuthznGroup
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationAuthznGroup(@Nullable String specificationAuthznGroup) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SpecificationAuthznGroup
- Returns:
this.
-
specificationType
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationType(@Nullable String specificationType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SpecificationType
- Returns:
this.
-
build
-
toString
-