Uses of Enum Class
com.shaft.api.RequestBuilder.AuthenticationType
Packages that use RequestBuilder.AuthenticationType
-
Uses of RequestBuilder.AuthenticationType in com.shaft.api
Methods in com.shaft.api that return RequestBuilder.AuthenticationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RequestBuilder.AuthenticationType[]
RequestBuilder.AuthenticationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shaft.api with parameters of type RequestBuilder.AuthenticationTypeModifier and TypeMethodDescriptionRequestBuilder.setAuthentication
(String username, String password, RequestBuilder.AuthenticationType authenticationType) Set the authentication method that will be used by the API request that you're currently building.