Uses of Class
odata.msgraph.client.beta.enums.OfficeProductId
-
Packages that use OfficeProductId Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OfficeProductId in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type OfficeProductId Modifier and Type Field Description protected List<OfficeProductId>OfficeSuiteApp. productIdsMethods in odata.msgraph.client.beta.entity that return types with arguments of type OfficeProductId Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OfficeProductId>OfficeSuiteApp. getProductIds()“The Product Ids that represent the Office365 Suite SKU.”com.github.davidmoten.odata.client.CollectionPage<OfficeProductId>OfficeSuiteApp. getProductIds(com.github.davidmoten.odata.client.HttpRequestOptions options)“The Product Ids that represent the Office365 Suite SKU.”Methods in odata.msgraph.client.beta.entity with parameters of type OfficeProductId Modifier and Type Method Description OfficeSuiteApp.BuilderOfficeSuiteApp.Builder. productIds(OfficeProductId... productIds)“The Product Ids that represent the Office365 Suite SKU.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type OfficeProductId Modifier and Type Method Description OfficeSuiteApp.BuilderOfficeSuiteApp.Builder. productIds(List<OfficeProductId> productIds)“The Product Ids that represent the Office365 Suite SKU.”OfficeSuiteAppOfficeSuiteApp. withProductIds(List<OfficeProductId> productIds)Returns an immutable copy ofthiswith just theproductIdsfield changed. -
Uses of OfficeProductId in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OfficeProductId Modifier and Type Method Description static OfficeProductIdOfficeProductId. valueOf(String name)Returns the enum constant of this type with the specified name.static OfficeProductId[]OfficeProductId. values()Returns an array containing the constants of this enum type, in the order they are declared.
-