-
public final class DeleteEntryRequestRequest object containing input parameters for the CacheStorageDomain.deleteEntry command.
-
-
Constructor Summary
Constructors Constructor Description DeleteEntryRequest(String cacheId, String request)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final DeleteEntryRequestcopy(String cacheId, String request)final StringgetCacheId()Id of cache where the entry will be deleted. final StringgetRequest()URL spec of the request. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final DeleteEntryRequest copy(String cacheId, String request)
-
getCacheId
final String getCacheId()
Id of cache where the entry will be deleted.
-
getRequest
final String getRequest()
URL spec of the request.
-
-
-
-