Uses of Enum Class
com.soklet.ResponseCookie.Priority
Packages that use ResponseCookie.Priority
-
Uses of ResponseCookie.Priority in com.soklet
Subclasses with type arguments of type ResponseCookie.Priority in com.sokletModifier and TypeClassDescriptionstatic enumRepresents thePriorityresponse cookie attribute.Methods in com.soklet that return ResponseCookie.PriorityModifier and TypeMethodDescriptionstatic ResponseCookie.PriorityReturns the enum constant of this class with the specified name.static ResponseCookie.Priority[]ResponseCookie.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet that return types with arguments of type ResponseCookie.PriorityModifier and TypeMethodDescriptionstatic @NonNull Optional<ResponseCookie.Priority> ResponseCookie.Priority.fromHeaderRepresentation(@NonNull String headerRepresentation) ResponseCookie.getPriority()Gets the cookie'sPriorityvalue, if present.Methods in com.soklet with parameters of type ResponseCookie.PriorityModifier and TypeMethodDescriptionResponseCookie.Builder.priority(@Nullable ResponseCookie.Priority priority) ResponseCookie.Copier.priority(@Nullable ResponseCookie.Priority priority)