Uses of Class
odata.msgraph.client.beta.enums.WarrantyType
-
Packages that use WarrantyType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WarrantyType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WarrantyType Modifier and Type Field Description protected WarrantyTypeWarrantyOffer. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type WarrantyType Modifier and Type Method Description Optional<WarrantyType>WarrantyOffer. getType()“Warranty offer type”Methods in odata.msgraph.client.beta.complex with parameters of type WarrantyType Modifier and Type Method Description WarrantyOffer.BuilderWarrantyOffer.Builder. type(WarrantyType type)“Warranty offer type”WarrantyOfferWarrantyOffer. withType(WarrantyType type)Returns an immutable copy ofthiswith just thetypefield changed. -
Uses of WarrantyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WarrantyType Modifier and Type Method Description static WarrantyTypeWarrantyType. valueOf(String name)Returns the enum constant of this type with the specified name.static WarrantyType[]WarrantyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-