Class SAP__CoverPage
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SAP__CoverPage>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcepersonskilltag.SAP__CoverPage
Original entity name from the Odata EDM: SAP__CoverPage
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAP__CoverPageSelectableSelector for all available fields of SAP__CoverPage.static final SAP__CoverPageField<UUID>Use with available fluent helpers to apply the Id field to query operations.static final SAP__CoverPageField<String>Use with available fluent helpers to apply the Name field to query operations.static final SAP__CoverPageField<String>Use with available fluent helpers to apply the Title field to query operations.static final SAP__CoverPageField<String>Use with available fluent helpers to apply the Value 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>
SAP__CoverPageField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SAP__CoverPageField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetId()(Key Field) Constraints: Not nullablegetKey()getName()(Key Field) Constraints: Not nullable, Maximum length: 256getTitle()(Key Field) Constraints: Not nullable, Maximum length: 256getType()getValue()Constraints: Not nullable, Maximum length: 256inthashCode()void(Key Field) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 256protected voidsetServicePathForFetch(String servicePathForFetch) void(Key Field) Constraints: Not nullable, Maximum length: 256voidConstraints: Not nullable, Maximum length: 256toString()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 SAP__CoverPage. -
TITLE
Use with available fluent helpers to apply the Title field to query operations. -
ID
Use with available fluent helpers to apply the Id field to query operations. -
NAME
Use with available fluent helpers to apply the Name field to query operations. -
VALUE
Use with available fluent helpers to apply the Value field to query operations.
-
-
Constructor Details
-
SAP__CoverPage
public SAP__CoverPage() -
SAP__CoverPage
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__CoverPage>
-
setTitle
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Title
- Parameters:
title- The title to set.
-
setId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Parameters:
id- UUID
-
setName
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Name
- Parameters:
name- The name to set.
-
setValue
Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Value
- Parameters:
value- The value to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SAP__CoverPage>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__CoverPage>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__CoverPage>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__CoverPage>
-
field
@Nonnull public static <T> SAP__CoverPageField<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> SAP__CoverPageField<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<SAP__CoverPage>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SAP__CoverPage>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SAP__CoverPage>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SAP__CoverPage>
-
builder
-
getTitle
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Title
- Returns:
- The title contained in this entity.
-
getId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Returns:
- UUID
-
getName
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Name
- Returns:
- The name contained in this entity.
-
getValue
Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Value
- Returns:
- The value contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<SAP__CoverPage>
-
equals
- Overrides:
equalsin classVdmEntity<SAP__CoverPage>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SAP__CoverPage>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SAP__CoverPage>
-