public static interface CookieMatchPattern.Builder extends SdkPojo, CopyableBuilder<CookieMatchPattern.Builder,CookieMatchPattern>
| Modifier and Type | Method and Description |
|---|---|
CookieMatchPattern.Builder |
all(All all)
Inspect all cookies.
|
default CookieMatchPattern.Builder |
all(Consumer<All.Builder> all)
Inspect all cookies.
|
CookieMatchPattern.Builder |
excludedCookies(Collection<String> excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
|
CookieMatchPattern.Builder |
excludedCookies(String... excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
|
CookieMatchPattern.Builder |
includedCookies(Collection<String> includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
|
CookieMatchPattern.Builder |
includedCookies(String... includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCookieMatchPattern.Builder all(All all)
Inspect all cookies.
all - Inspect all cookies.default CookieMatchPattern.Builder all(Consumer<All.Builder> all)
Inspect all cookies.
This is a convenience method that creates an instance of theAll.Builder avoiding the need to create
one manually via All.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to all(All).
all - a consumer that will call methods on All.Builderall(All)CookieMatchPattern.Builder includedCookies(Collection<String> includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
includedCookies - Inspect only the cookies that have a key that matches one of the strings specified here.CookieMatchPattern.Builder includedCookies(String... includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
includedCookies - Inspect only the cookies that have a key that matches one of the strings specified here.CookieMatchPattern.Builder excludedCookies(Collection<String> excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
excludedCookies - Inspect only the cookies whose keys don't match any of the strings specified here.CookieMatchPattern.Builder excludedCookies(String... excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
excludedCookies - Inspect only the cookies whose keys don't match any of the strings specified here.Copyright © 2023. All rights reserved.