Uses of Class
odata.msgraph.client.beta.complex.PreAuthorizedApplication
-
Packages that use PreAuthorizedApplication Package Description odata.msgraph.client.beta.complex -
-
Uses of PreAuthorizedApplication in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type PreAuthorizedApplication Modifier and Type Field Description protected List<PreAuthorizedApplication>ApiApplication. preAuthorizedApplicationsMethods in odata.msgraph.client.beta.complex that return PreAuthorizedApplication Modifier and Type Method Description PreAuthorizedApplicationPreAuthorizedApplication.Builder. build()PreAuthorizedApplicationPreAuthorizedApplication. withAppId(String appId)PreAuthorizedApplicationPreAuthorizedApplication. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type PreAuthorizedApplication Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PreAuthorizedApplication>ApiApplication. getPreAuthorizedApplications()com.github.davidmoten.odata.client.CollectionPage<PreAuthorizedApplication>ApiApplication. getPreAuthorizedApplications(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PreAuthorizedApplication Modifier and Type Method Description ApiApplication.BuilderApiApplication.Builder. preAuthorizedApplications(PreAuthorizedApplication... preAuthorizedApplications)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PreAuthorizedApplication Modifier and Type Method Description ApiApplication.BuilderApiApplication.Builder. preAuthorizedApplications(List<PreAuthorizedApplication> preAuthorizedApplications)
-