Class LabelFieldGroupText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: LabelFieldGroupText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of LabelFieldGroupText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<LabelFieldGroupText>Selector for all available fields of LabelFieldGroupText.static final SimpleProperty.String<LabelFieldGroupText>static final SimpleProperty.DateTime<LabelFieldGroupText>static final SimpleProperty.String<LabelFieldGroupText>static final SimpleProperty.DateTime<LabelFieldGroupText>static final SimpleProperty.String<LabelFieldGroupText>static final SimpleProperty.String<LabelFieldGroupText>static final SimpleProperty.String<LabelFieldGroupText>static final NavigationProperty.Single<LabelFieldGroupText,LabelFieldGroup> Use with available request builders to apply the _LabelFieldGroup navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionLabelFieldGroupText(String prodCmplncLabelFieldGroupID, String language, String prodCmplncLabelFieldGroupName, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, LabelFieldGroup to_LabelFieldGroup) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7protected Stringprotected Stringprotected ODataEntityKeygetKey()io.vavr.control.Option<LabelFieldGroup>Retrieval of associated LabelFieldGroup entity (one to one).(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Nullable, Precision: 7Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 21Constraints: Not nullable, Maximum length: 255getType()inthashCode()voidsetCreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12voidsetCreationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7voidOverwrites the associated LabelFieldGroup entity for the loaded navigation property _LabelFieldGroup.voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7voidsetLastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetProdCmplncLabelFieldGroupID(String prodCmplncLabelFieldGroupID) (Key Field) Constraints: Not nullable, Maximum length: 21voidsetProdCmplncLabelFieldGroupName(String prodCmplncLabelFieldGroupName) Constraints: Not nullable, Maximum length: 255toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of LabelFieldGroupText. -
PROD_CMPLNC_LABEL_FIELD_GROUP_ID
-
LANGUAGE
-
PROD_CMPLNC_LABEL_FIELD_GROUP_NAME
-
CREATED_BY_USER
-
CREATION_DATE_TIME
-
LAST_CHANGED_BY_USER
-
LAST_CHANGE_DATE_TIME
-
TO__LABEL_FIELD_GROUP
public static final NavigationProperty.Single<LabelFieldGroupText,LabelFieldGroup> TO__LABEL_FIELD_GROUPUse with available request builders to apply the _LabelFieldGroup navigation property to query operations.
-
-
Constructor Details
-
LabelFieldGroupText
public LabelFieldGroupText() -
LabelFieldGroupText
public LabelFieldGroupText(@Nullable String prodCmplncLabelFieldGroupID, @Nullable String language, @Nullable String prodCmplncLabelFieldGroupName, @Nullable String createdByUser, @Nullable OffsetDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable OffsetDateTime lastChangeDateTime, @Nullable LabelFieldGroup to_LabelFieldGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LabelFieldGroupText>
-
setProdCmplncLabelFieldGroupID
(Key Field) Constraints: Not nullable, Maximum length: 21Original property name from the Odata EDM: ProdCmplncLabelFieldGroupID
- Parameters:
prodCmplncLabelFieldGroupID- Label Field Group ID
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setProdCmplncLabelFieldGroupName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ProdCmplncLabelFieldGroupName
- Parameters:
prodCmplncLabelFieldGroupName- Label Field Group Name
-
setCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Parameters:
createdByUser- User Name
-
setCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Parameters:
creationDateTime- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
setLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Parameters:
lastChangedByUser- User Name
-
setLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Parameters:
lastChangeDateTime- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LabelFieldGroupText>
-
getKey
- Overrides:
getKeyin classVdmObject<LabelFieldGroupText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LabelFieldGroupText>
-
fromMap
- Overrides:
fromMapin classVdmObject<LabelFieldGroupText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LabelFieldGroupText>
-
getLabelFieldGroupIfPresent
Retrieval of associated LabelFieldGroup entity (one to one). This corresponds to the OData navigation property _LabelFieldGroup.If the navigation property for an entity LabelFieldGroupText has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _LabelFieldGroup is already loaded, the result will
contain the LabelFieldGroup entity. If not, an
Optionwith result stateemptyis returned.
-
setLabelFieldGroup
Overwrites the associated LabelFieldGroup entity for the loaded navigation property _LabelFieldGroup.- Parameters:
value- New LabelFieldGroup entity.
-
builder
-
getProdCmplncLabelFieldGroupID
(Key Field) Constraints: Not nullable, Maximum length: 21Original property name from the Odata EDM: ProdCmplncLabelFieldGroupID
- Returns:
- Label Field Group ID
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getProdCmplncLabelFieldGroupName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ProdCmplncLabelFieldGroupName
- Returns:
- Label Field Group Name
-
getCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
- User Name
-
getCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
getLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
- User Name
-
getLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
toString
- Overrides:
toStringin classVdmObject<LabelFieldGroupText>
-
equals
- Overrides:
equalsin classVdmEntity<LabelFieldGroupText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LabelFieldGroupText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LabelFieldGroupText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<LabelFieldGroupText>
-