Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
-
Packages that use OAuth2FlowGoogleBuilder.Display Package Description org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. -
-
Uses of OAuth2FlowGoogleBuilder.Display in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 that return OAuth2FlowGoogleBuilder.Display Modifier and Type Method Description static OAuth2FlowGoogleBuilder.Display
OAuth2FlowGoogleBuilder.Display. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2FlowGoogleBuilder.Display[]
OAuth2FlowGoogleBuilder.Display. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.client.oauth2 with parameters of type OAuth2FlowGoogleBuilder.Display Modifier and Type Method Description OAuth2FlowGoogleBuilder
OAuth2FlowGoogleBuilder. display(OAuth2FlowGoogleBuilder.Display display)
Setdisplay
parameter used in Authorization Request.
-