Uses of Class
odata.msgraph.client.complex.ApiApplication
-
Packages that use ApiApplication Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ApiApplication in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ApiApplication Modifier and Type Method Description ApiApplicationApiApplication.Builder. build()ApiApplicationApiApplication. withAcceptMappedClaims(Boolean acceptMappedClaims)ApiApplicationApiApplication. withRequestedAccessTokenVersion(Integer requestedAccessTokenVersion)ApiApplicationApiApplication. withUnmappedField(String name, Object value) -
Uses of ApiApplication in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ApiApplication Modifier and Type Field Description protected ApiApplicationApplication. apiMethods in odata.msgraph.client.entity that return types with arguments of type ApiApplication Modifier and Type Method Description Optional<ApiApplication>Application. getApi()Methods in odata.msgraph.client.entity with parameters of type ApiApplication Modifier and Type Method Description Application.BuilderApplication.Builder. api(ApiApplication api)ApplicationApplication. withApi(ApiApplication api)
-