Class SuplrActyDescription
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrActyDescription>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.SuplrActyDescription
Description
Original entity name from the Odata EDM: A_SuplrActyDescriptionType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuplrActyDescriptionSelectableSelector for all available fields of SuplrActyDescription.static final SuplrActyDescriptionField<String>Use with available fluent helpers to apply the Language field to query operations.static final SuplrActyDescriptionField<String>Use with available fluent helpers to apply the SuplrActyDescription field to query operations.static final SuplrActyDescriptionField<UUID>Use with available fluent helpers to apply the SuplrActyUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSuplrActyDescription(UUID suplrActyUUID, String language, String suplrActyDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SuplrActyDescriptionField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SuplrActyDescriptionField<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: 2Constraints: none(Key Field) Constraints: Not nullablegetType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuplrActyDescription(String suplrActyDescription) Constraints: nonevoidsetSuplrActyUUID(UUID suplrActyUUID) (Key Field) Constraints: Not nullabletoString()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 SuplrActyDescription. -
SUPLR_ACTY_UUID
Use with available fluent helpers to apply the SuplrActyUUID field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
SUPLR_ACTY_DESCRIPTION
Use with available fluent helpers to apply the SuplrActyDescription field to query operations.
-
-
Constructor Details
-
SuplrActyDescription
public SuplrActyDescription() -
SuplrActyDescription
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrActyDescription>
-
setSuplrActyUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyUUID
- Parameters:
suplrActyUUID- Activity UUID
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setSuplrActyDescription
Constraints: noneOriginal property name from the Odata EDM: SuplrActyDescription
- Parameters:
suplrActyDescription- Text Content
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrActyDescription>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrActyDescription>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrActyDescription>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrActyDescription>
-
field
@Nonnull public static <T> SuplrActyDescriptionField<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> SuplrActyDescriptionField<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<SuplrActyDescription>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SuplrActyDescription>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SuplrActyDescription>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrActyDescription>
-
builder
-
getSuplrActyUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyUUID
- Returns:
- Activity UUID
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getSuplrActyDescription
Constraints: noneOriginal property name from the Odata EDM: SuplrActyDescription
- Returns:
- Text Content
-
toString
- Overrides:
toStringin classVdmObject<SuplrActyDescription>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrActyDescription>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrActyDescription>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrActyDescription>
-