Uses of Class
odata.msgraph.client.complex.ProvisionedPlan
-
Packages that use ProvisionedPlan Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ProvisionedPlan in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ProvisionedPlan Modifier and Type Method Description ProvisionedPlanProvisionedPlan.Builder. build()ProvisionedPlanProvisionedPlan. withCapabilityStatus(String capabilityStatus)ProvisionedPlanProvisionedPlan. withProvisioningStatus(String provisioningStatus)ProvisionedPlanProvisionedPlan. withService(String service)ProvisionedPlanProvisionedPlan. withUnmappedField(String name, Object value) -
Uses of ProvisionedPlan in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ProvisionedPlan Modifier and Type Field Description protected List<ProvisionedPlan>EducationUser. provisionedPlansprotected List<ProvisionedPlan>Organization. provisionedPlansprotected List<ProvisionedPlan>User. provisionedPlansMethods in odata.msgraph.client.entity that return types with arguments of type ProvisionedPlan Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan>EducationUser. getProvisionedPlans()com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan>EducationUser. getProvisionedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan>Organization. getProvisionedPlans()com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan>Organization. getProvisionedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan>User. getProvisionedPlans()com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan>User. getProvisionedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ProvisionedPlan Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. provisionedPlans(ProvisionedPlan... provisionedPlans)Organization.BuilderOrganization.Builder. provisionedPlans(ProvisionedPlan... provisionedPlans)User.BuilderUser.Builder. provisionedPlans(ProvisionedPlan... provisionedPlans)Method parameters in odata.msgraph.client.entity with type arguments of type ProvisionedPlan Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. provisionedPlans(List<ProvisionedPlan> provisionedPlans)Organization.BuilderOrganization.Builder. provisionedPlans(List<ProvisionedPlan> provisionedPlans)User.BuilderUser.Builder. provisionedPlans(List<ProvisionedPlan> provisionedPlans)EducationUserEducationUser. withProvisionedPlans(List<ProvisionedPlan> provisionedPlans)OrganizationOrganization. withProvisionedPlans(List<ProvisionedPlan> provisionedPlans)UserUser. withProvisionedPlans(List<ProvisionedPlan> provisionedPlans)
-