public static interface CookieSpecification.Builder extends SdkPojo, CopyableBuilder<CookieSpecification.Builder,CookieSpecification>
| Modifier and Type | Method and Description |
|---|---|
CookieSpecification.Builder |
domain(String domain)
The domain of the cookie.
|
CookieSpecification.Builder |
name(String name)
The name of the cookie.
|
CookieSpecification.Builder |
path(String path)
The path of the cookie.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCookieSpecification.Builder domain(String domain)
The domain of the cookie.
domain - The domain of the cookie.CookieSpecification.Builder name(String name)
The name of the cookie.
name - The name of the cookie.CookieSpecification.Builder path(String path)
The path of the cookie.
path - The path of the cookie.Copyright © 2023. All rights reserved.