-
public final class CollectClassNamesRequestRequest object containing input parameters for the CSSDomain.collectClassNames command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetId
-
Constructor Summary
Constructors Constructor Description CollectClassNamesRequest(String styleSheetId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final CollectClassNamesRequestcopy(String styleSheetId)final StringgetStyleSheetId()-
-
Constructor Detail
-
CollectClassNamesRequest
CollectClassNamesRequest(String styleSheetId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final CollectClassNamesRequest copy(String styleSheetId)
-
getStyleSheetId
final String getStyleSheetId()
-
-
-
-