Class LabelFieldGroupText.LabelFieldGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog.LabelFieldGroupText.LabelFieldGroupTextBuilder
- Enclosing class:
- LabelFieldGroupText
Helper class to allow for fluent creation of LabelFieldGroupText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7labelFieldGroup(LabelFieldGroup value) Navigation property _LabelFieldGroup for LabelFieldGroupText to single LabelFieldGroup.(Key Field) Constraints: Not nullable, Maximum length: 2lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12prodCmplncLabelFieldGroupID(String prodCmplncLabelFieldGroupID) (Key Field) Constraints: Not nullable, Maximum length: 21prodCmplncLabelFieldGroupName(String prodCmplncLabelFieldGroupName) Constraints: Not nullable, Maximum length: 255toString()
-
Method Details
-
labelFieldGroup
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder labelFieldGroup(LabelFieldGroup value) Navigation property _LabelFieldGroup for LabelFieldGroupText to single LabelFieldGroup.- Parameters:
value- The LabelFieldGroup to build this LabelFieldGroupText with.- Returns:
- This Builder to allow for a fluent interface.
-
prodCmplncLabelFieldGroupID
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder prodCmplncLabelFieldGroupID(@Nullable String prodCmplncLabelFieldGroupID) (Key Field) Constraints: Not nullable, Maximum length: 21Original property name from the Odata EDM: ProdCmplncLabelFieldGroupID
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
prodCmplncLabelFieldGroupName
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder prodCmplncLabelFieldGroupName(@Nullable String prodCmplncLabelFieldGroupName) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ProdCmplncLabelFieldGroupName
- Returns:
this.
-
createdByUser
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public LabelFieldGroupText.LabelFieldGroupTextBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-