Uses of Class
odata.msgraph.client.beta.callRecords.enums.ProductFamily
-
Packages that use ProductFamily Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.enums -
-
Uses of ProductFamily in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as ProductFamily Modifier and Type Field Description protected ProductFamilyClientUserAgent. productFamilyMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type ProductFamily Modifier and Type Method Description Optional<ProductFamily>ClientUserAgent. getProductFamily()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type ProductFamily Modifier and Type Method Description ClientUserAgent.BuilderClientUserAgent.Builder. productFamily(ProductFamily productFamily)ClientUserAgentClientUserAgent. withProductFamily(ProductFamily productFamily) -
Uses of ProductFamily in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return ProductFamily Modifier and Type Method Description static ProductFamilyProductFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductFamily[]ProductFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.
-