Class IcmCacheResult
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<IcmCacheResult>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.printqueueitem.IcmCacheResult
Original entity name from the Odata EDM: IcmCacheResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IcmCacheResultSelectableSelector for all available fields of IcmCacheResult.static final IcmCacheResultField<String>Use with available fluent helpers to apply the content field to query operations.static final IcmCacheResultField<String>Use with available fluent helpers to apply the url 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>
IcmCacheResultField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> IcmCacheResultField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullableprotected Stringprotected StringgetKey()getType()getUrl()(Key Field) Constraints: Not nullableinthashCode()voidsetContent(String content) Constraints: Not nullableprotected voidsetServicePathForFetch(String servicePathForFetch) void(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 IcmCacheResult. -
URL
Use with available fluent helpers to apply the url field to query operations. -
CONTENT
Use with available fluent helpers to apply the content field to query operations.
-
-
Constructor Details
-
IcmCacheResult
public IcmCacheResult() -
IcmCacheResult
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<IcmCacheResult>
-
setUrl
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: url
- Parameters:
url- The url to set.
-
setContent
Constraints: Not nullableOriginal property name from the Odata EDM: content
- Parameters:
content- The content to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<IcmCacheResult>
-
getKey
- Overrides:
getKeyin classVdmObject<IcmCacheResult>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<IcmCacheResult>
-
fromMap
- Overrides:
fromMapin classVdmObject<IcmCacheResult>
-
field
@Nonnull public static <T> IcmCacheResultField<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> IcmCacheResultField<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<IcmCacheResult>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<IcmCacheResult>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<IcmCacheResult>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<IcmCacheResult>
-
builder
-
getUrl
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: url
- Returns:
- The url contained in this entity.
-
getContent
Constraints: Not nullableOriginal property name from the Odata EDM: content
- Returns:
- The content contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<IcmCacheResult>
-
equals
- Overrides:
equalsin classVdmEntity<IcmCacheResult>
-
canEqual
- Overrides:
canEqualin classVdmEntity<IcmCacheResult>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<IcmCacheResult>
-