-
public final class GetFramesWithManifestsResponseResponse type for the ApplicationCacheDomain.getFramesWithManifests command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<FrameWithManifest>frameIds
-
Constructor Summary
Constructors Constructor Description GetFramesWithManifestsResponse(List<FrameWithManifest> frameIds)
-
Method Summary
Modifier and Type Method Description final List<FrameWithManifest>component1()final GetFramesWithManifestsResponsecopy(List<FrameWithManifest> frameIds)final List<FrameWithManifest>getFrameIds()Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache. -
-
Constructor Detail
-
GetFramesWithManifestsResponse
GetFramesWithManifestsResponse(List<FrameWithManifest> frameIds)
-
-
Method Detail
-
component1
final List<FrameWithManifest> component1()
-
copy
final GetFramesWithManifestsResponse copy(List<FrameWithManifest> frameIds)
-
getFrameIds
final List<FrameWithManifest> getFrameIds()
Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
-
-
-
-