Class SuplrEvalRspLanguage
Original entity name from the Odata EDM: A_SuplrEvalRspLanguageType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuplrEvalRspLanguageSelectableSelector for all available fields of SuplrEvalRspLanguage.static final SuplrEvalRspLanguageField<String>Use with available fluent helpers to apply the IsMasterLanguage field to query operations.static final SuplrEvalRspLanguageField<String>Use with available fluent helpers to apply the IsSelectedLanguage field to query operations.static final SuplrEvalRspLanguageField<String>Use with available fluent helpers to apply the Language field to query operations.static final SuplrEvalRspLanguageField<UUID>Use with available fluent helpers to apply the SuplrEvalRspLanguageUUID field to query operations.static final SuplrEvalRspLanguageField<UUID>Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.static final SuplrEvalRspLanguageField<UUID>Use with available fluent helpers to apply the SuplrEvalRspUUID 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>
SuplrEvalRspLanguageField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SuplrEvalRspLanguageField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringConstraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1getKey()Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullableConstraints: noneConstraints: nonegetType()inthashCode()voidsetIsMasterLanguage(String isMasterLanguage) Constraints: Not nullable, Maximum length: 1voidsetIsSelectedLanguage(String isSelectedLanguage) Constraints: Not nullable, Maximum length: 1voidsetLanguage(String language) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuplrEvalRspLanguageUUID(UUID suplrEvalRspLanguageUUID) (Key Field) Constraints: Not nullablevoidsetSuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID) Constraints: nonevoidsetSuplrEvalRspUUID(UUID suplrEvalRspUUID) Constraints: nonetoString()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 SuplrEvalRspLanguage. -
SUPLR_EVAL_RSP_LANGUAGE_UUID
Use with available fluent helpers to apply the SuplrEvalRspLanguageUUID field to query operations. -
SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations. -
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations. -
IS_MASTER_LANGUAGE
Use with available fluent helpers to apply the IsMasterLanguage field to query operations. -
IS_SELECTED_LANGUAGE
Use with available fluent helpers to apply the IsSelectedLanguage field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
-
-
Constructor Details
-
SuplrEvalRspLanguage
public SuplrEvalRspLanguage() -
SuplrEvalRspLanguage
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrEvalRspLanguage>
-
setSuplrEvalRspLanguageUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspLanguageUUID
- Parameters:
suplrEvalRspLanguageUUID- Evaluation Response Language UUID
-
setSuplrEvalRspQuestionnaireUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
- Parameters:
suplrEvalRspQuestionnaireUUID- Evaluation Response Questionnaire UUID
-
setSuplrEvalRspUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
- Parameters:
suplrEvalRspUUID- Evaluation Response UUID
-
setIsMasterLanguage
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsMasterLanguage
- Parameters:
isMasterLanguage- Master Language
-
setIsSelectedLanguage
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsSelectedLanguage
- Parameters:
isSelectedLanguage- Selected Language
-
setLanguage
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrEvalRspLanguage>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrEvalRspLanguage>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrEvalRspLanguage>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrEvalRspLanguage>
-
field
@Nonnull public static <T> SuplrEvalRspLanguageField<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> SuplrEvalRspLanguageField<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<SuplrEvalRspLanguage>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SuplrEvalRspLanguage>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SuplrEvalRspLanguage>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrEvalRspLanguage>
-
builder
-
getSuplrEvalRspLanguageUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspLanguageUUID
- Returns:
- Evaluation Response Language UUID
-
getSuplrEvalRspQuestionnaireUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
- Returns:
- Evaluation Response Questionnaire UUID
-
getSuplrEvalRspUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
- Returns:
- Evaluation Response UUID
-
getIsMasterLanguage
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsMasterLanguage
- Returns:
- Master Language
-
getIsSelectedLanguage
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsSelectedLanguage
- Returns:
- Selected Language
-
getLanguage
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language
-
toString
- Overrides:
toStringin classVdmObject<SuplrEvalRspLanguage>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrEvalRspLanguage>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrEvalRspLanguage>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrEvalRspLanguage>
-