Uses of Class
odata.msgraph.client.complex.PublicClientApplication
-
Packages that use PublicClientApplication Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PublicClientApplication in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PublicClientApplication Modifier and Type Method Description PublicClientApplicationPublicClientApplication.Builder. build()PublicClientApplicationPublicClientApplication. withUnmappedField(String name, String value) -
Uses of PublicClientApplication in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PublicClientApplication Modifier and Type Field Description protected PublicClientApplicationApplication. publicClientMethods in odata.msgraph.client.entity that return types with arguments of type PublicClientApplication Modifier and Type Method Description Optional<PublicClientApplication>Application. getPublicClient()Methods in odata.msgraph.client.entity with parameters of type PublicClientApplication Modifier and Type Method Description Application.BuilderApplication.Builder. publicClient(PublicClientApplication publicClient)ApplicationApplication. withPublicClient(PublicClientApplication publicClient)
-