Uses of Class
kong.unirest.core.Cookie.SameSite
-
Packages that use Cookie.SameSite Package Description kong.unirest.core -
-
Uses of Cookie.SameSite in kong.unirest.core
Methods in kong.unirest.core that return Cookie.SameSite Modifier and Type Method Description Cookie.SameSiteCookie. getSameSite()returns the SameSite attributestatic Cookie.SameSiteCookie.SameSite. parse(String value)static Cookie.SameSiteCookie.SameSite. valueOf(String name)Returns the enum constant of this type with the specified name.static Cookie.SameSite[]Cookie.SameSite. values()Returns an array containing the constants of this enum type, in the order they are declared.
-