Class SituationContextDefText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SituationContextDefText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype.SituationContextDefText
Schema for Data Context Definition - Text
Original entity name from the Odata EDM: SituationContextDefTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SituationContextDefTextSelectableSelector for all available fields of SituationContextDefText.static final SituationContextDefTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final SituationContextDefTextField<Integer>Use with available fluent helpers to apply the SitnDataCntxtFormatVersion field to query operations.static final SituationContextDefTextField<Integer>Use with available fluent helpers to apply the SitnDataCntxtSchemaVersion field to query operations.static final SituationContextDefTextField<String>Use with available fluent helpers to apply the SitnDataCntxtText field to query operations.static final SituationContextDefTextField<String>Use with available fluent helpers to apply the SitnDefTemplateID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SituationContextDefTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SituationContextDefTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable(Key Field) Constraints: Not nullableConstraints: none(Key Field) Constraints: Not nullable, Maximum length: 32getType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSitnDataCntxtFormatVersion(Integer sitnDataCntxtFormatVersion) (Key Field) Constraints: Not nullablevoidsetSitnDataCntxtSchemaVersion(Integer sitnDataCntxtSchemaVersion) (Key Field) Constraints: Not nullablevoidsetSitnDataCntxtText(String sitnDataCntxtText) Constraints: nonevoidsetSitnDefTemplateID(String sitnDefTemplateID) (Key Field) Constraints: Not nullable, Maximum length: 32toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SituationContextDefText. -
SITN_DEF_TEMPLATE_ID
Use with available fluent helpers to apply the SitnDefTemplateID field to query operations. -
SITN_DATA_CNTXT_FORMAT_VERSION
Use with available fluent helpers to apply the SitnDataCntxtFormatVersion field to query operations. -
SITN_DATA_CNTXT_SCHEMA_VERSION
Use with available fluent helpers to apply the SitnDataCntxtSchemaVersion field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
SITN_DATA_CNTXT_TEXT
Use with available fluent helpers to apply the SitnDataCntxtText field to query operations.
-
-
Constructor Details
-
SituationContextDefText
public SituationContextDefText() -
SituationContextDefText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SituationContextDefText>
-
setSitnDefTemplateID
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnDefTemplateID
- Parameters:
sitnDefTemplateID- Situation Standard Template ID
-
setSitnDataCntxtFormatVersion
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SitnDataCntxtFormatVersion
- Parameters:
sitnDataCntxtFormatVersion- Context Format Version
-
setSitnDataCntxtSchemaVersion
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SitnDataCntxtSchemaVersion
- Parameters:
sitnDataCntxtSchemaVersion- Schema Version of Data Context Definition
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setSitnDataCntxtText
Constraints: noneOriginal property name from the Odata EDM: SitnDataCntxtText
- Parameters:
sitnDataCntxtText- Situation Data Context Data
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SituationContextDefText>
-
getKey
- Overrides:
getKeyin classVdmObject<SituationContextDefText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SituationContextDefText>
-
fromMap
- Overrides:
fromMapin classVdmObject<SituationContextDefText>
-
field
@Nonnull public static <T> SituationContextDefTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> SituationContextDefTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<SituationContextDefText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SituationContextDefText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SituationContextDefText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SituationContextDefText>
-
builder
-
getSitnDefTemplateID
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnDefTemplateID
- Returns:
- Situation Standard Template ID
-
getSitnDataCntxtFormatVersion
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SitnDataCntxtFormatVersion
- Returns:
- Context Format Version
-
getSitnDataCntxtSchemaVersion
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SitnDataCntxtSchemaVersion
- Returns:
- Schema Version of Data Context Definition
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getSitnDataCntxtText
Constraints: noneOriginal property name from the Odata EDM: SitnDataCntxtText
- Returns:
- Situation Data Context Data
-
toString
- Overrides:
toStringin classVdmObject<SituationContextDefText>
-
equals
- Overrides:
equalsin classVdmEntity<SituationContextDefText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SituationContextDefText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SituationContextDefText>
-