-
public final class UnregisterRequestRequest object containing input parameters for the ServiceWorkerDomain.unregister command.
-
-
Constructor Summary
Constructors Constructor Description UnregisterRequest(String scopeURL)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final UnregisterRequestcopy(String scopeURL)final StringgetScopeURL()-
-
Constructor Detail
-
UnregisterRequest
UnregisterRequest(String scopeURL)
-
-
Method Detail
-
component1
final String component1()
-
copy
final UnregisterRequest copy(String scopeURL)
-
getScopeURL
final String getScopeURL()
-
-
-
-