Uses of Class
odata.msgraph.client.complex.BasicAuthentication.Builder
-
Packages that use BasicAuthentication.Builder Package Description odata.msgraph.client.complex -
-
Uses of BasicAuthentication.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return BasicAuthentication.Builder Modifier and Type Method Description static BasicAuthentication.BuilderBasicAuthentication. builderBasicAuthentication()Returns a builder which is used to create a new instance of this class (given that this class is immutable).BasicAuthentication.BuilderBasicAuthentication.Builder. password(String password)BasicAuthentication.BuilderBasicAuthentication.Builder. username(String username)
-