Uses of Enum Class
com.shaft.api.RequestBuilder.AuthenticationType
-
Uses of RequestBuilder.AuthenticationType in com.shaft.api
Modifier 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.Modifier 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.