Class VarConfignCharcGroupText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: VarConfignCharcGroupText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of VarConfignCharcGroupText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<VarConfignCharcGroupText>Selector for all available fields of VarConfignCharcGroupText.static final SimpleProperty.String<VarConfignCharcGroupText>static final SimpleProperty.String<VarConfignCharcGroupText>static final SimpleProperty.String<VarConfignCharcGroupText>static final SimpleProperty.String<VarConfignCharcGroupText>static final SimpleProperty.DateTime<VarConfignCharcGroupText>static final SimpleProperty.String<VarConfignCharcGroupText>static final SimpleProperty.DateTime<VarConfignCharcGroupText>static final SimpleProperty.String<VarConfignCharcGroupText>Use with available request builders to apply the _Group 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
ConstructorsConstructorDescriptionVarConfignCharcGroupText(String confignCharacteristicGroup, String changeNumber, String language, String confignCharacteristicGroupDesc, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, VarConfignCharacteristicGroup to_Group) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 70Constraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7protected Stringprotected Stringio.vavr.control.Option<VarConfignCharacteristicGroup>Retrieval of associated VarConfignCharacteristicGroup entity (one to one).protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Nullable, Precision: 7Constraints: Not nullable, Maximum length: 12getType()inthashCode()voidsetChangeNumber(String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetConfignCharacteristicGroup(String confignCharacteristicGroup) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetConfignCharacteristicGroupDesc(String confignCharacteristicGroupDesc) Constraints: Not nullable, Maximum length: 70voidsetCreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12voidsetCreationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7voidOverwrites the associated VarConfignCharacteristicGroup entity for the loaded navigation property _Group.voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7voidsetLastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12toString()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 VarConfignCharcGroupText. -
CONFIGN_CHARACTERISTIC_GROUP
-
CHANGE_NUMBER
-
LANGUAGE
-
CONFIGN_CHARACTERISTIC_GROUP_DESC
public static final SimpleProperty.String<VarConfignCharcGroupText> CONFIGN_CHARACTERISTIC_GROUP_DESC -
CREATED_BY_USER
-
CREATION_DATE_TIME
-
LAST_CHANGED_BY_USER
-
LAST_CHANGE_DATE_TIME
-
TO__GROUP
public static final NavigationProperty.Single<VarConfignCharcGroupText,VarConfignCharacteristicGroup> TO__GROUPUse with available request builders to apply the _Group navigation property to query operations.
-
-
Constructor Details
-
VarConfignCharcGroupText
public VarConfignCharcGroupText() -
VarConfignCharcGroupText
public VarConfignCharcGroupText(@Nullable String confignCharacteristicGroup, @Nullable String changeNumber, @Nullable String language, @Nullable String confignCharacteristicGroupDesc, @Nullable String createdByUser, @Nullable OffsetDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable OffsetDateTime lastChangeDateTime, @Nullable VarConfignCharacteristicGroup to_Group)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<VarConfignCharcGroupText>
-
setConfignCharacteristicGroup
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConfignCharacteristicGroup
- Parameters:
confignCharacteristicGroup- Key for Group of Characteristics
-
setChangeNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Parameters:
changeNumber- Change Number
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setConfignCharacteristicGroupDesc
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ConfignCharacteristicGroupDesc
- Parameters:
confignCharacteristicGroupDesc- Description for Group of Characteristics
-
setCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Parameters:
createdByUser- Name of Person Responsible for Creating the Object
-
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- Name of Person Who Changed Object
-
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<VarConfignCharcGroupText>
-
getKey
- Overrides:
getKeyin classVdmObject<VarConfignCharcGroupText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<VarConfignCharcGroupText>
-
fromMap
- Overrides:
fromMapin classVdmObject<VarConfignCharcGroupText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<VarConfignCharcGroupText>
-
getGroupIfPresent
Retrieval of associated VarConfignCharacteristicGroup entity (one to one). This corresponds to the OData navigation property _Group.If the navigation property for an entity VarConfignCharcGroupText 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 _Group is already loaded, the result will contain the
VarConfignCharacteristicGroup entity. If not, an
Optionwith result stateemptyis returned.
-
setGroup
Overwrites the associated VarConfignCharacteristicGroup entity for the loaded navigation property _Group.- Parameters:
value- New VarConfignCharacteristicGroup entity.
-
builder
-
getConfignCharacteristicGroup
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConfignCharacteristicGroup
- Returns:
- Key for Group of Characteristics
-
getChangeNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
- Change Number
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getConfignCharacteristicGroupDesc
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ConfignCharacteristicGroupDesc
- Returns:
- Description for Group of Characteristics
-
getCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
- Name of Person Responsible for Creating the Object
-
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:
- Name of Person Who Changed Object
-
getLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
toString
- Overrides:
toStringin classVdmObject<VarConfignCharcGroupText>
-
equals
- Overrides:
equalsin classVdmEntity<VarConfignCharcGroupText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<VarConfignCharcGroupText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<VarConfignCharcGroupText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<VarConfignCharcGroupText>
-