Uses of Class
me.legrange.service.retrofit.RetrofitConfig.AuthMode
| Package | Description |
|---|---|
| me.legrange.service.retrofit |
-
Uses of RetrofitConfig.AuthMode in me.legrange.service.retrofit
Methods in me.legrange.service.retrofit that return RetrofitConfig.AuthMode Modifier and Type Method Description RetrofitConfig.AuthModeRetrofitConfig. getAuthMode()static RetrofitConfig.AuthModeRetrofitConfig.AuthMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RetrofitConfig.AuthMode[]RetrofitConfig.AuthMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.legrange.service.retrofit with parameters of type RetrofitConfig.AuthMode Modifier and Type Method Description voidRetrofitConfig. setAuthMode(RetrofitConfig.AuthMode authMode)