Uses of Class
microsoft.dynamics.crm.complex.ServicePlan
-
Packages that use ServicePlan Package Description microsoft.dynamics.crm.complex -
-
Uses of ServicePlan in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ServicePlan Modifier and Type Field Description protected List<ServicePlan>UserLicenseInfo. servicePlansMethods in microsoft.dynamics.crm.complex that return ServicePlan Modifier and Type Method Description ServicePlanServicePlan.Builder. build()ServicePlanServicePlan. withDisplayName(String displayName)ServicePlanServicePlan. withName(String name)ServicePlanServicePlan. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ServicePlan Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ServicePlan>UserLicenseInfo. getServicePlans()com.github.davidmoten.odata.client.CollectionPage<ServicePlan>UserLicenseInfo. getServicePlans(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type ServicePlan Modifier and Type Method Description UserLicenseInfo.BuilderUserLicenseInfo.Builder. servicePlans(ServicePlan... servicePlans)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ServicePlan Modifier and Type Method Description UserLicenseInfo.BuilderUserLicenseInfo.Builder. servicePlans(List<ServicePlan> servicePlans)
-