Uses of Class
odata.msgraph.client.beta.complex.WarrantyOffer
-
Packages that use WarrantyOffer Package Description odata.msgraph.client.beta.complex -
-
Uses of WarrantyOffer in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type WarrantyOffer Modifier and Type Field Description protected List<WarrantyOffer>OemWarranty. additionalWarrantiesprotected List<WarrantyOffer>OemWarranty. baseWarrantiesMethods in odata.msgraph.client.beta.complex that return WarrantyOffer Modifier and Type Method Description WarrantyOfferWarrantyOffer.Builder. build()WarrantyOfferWarrantyOffer. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.WarrantyOfferWarrantyOffer. withEndDateTime(OffsetDateTime endDateTime)Returns an immutable copy ofthiswith just theendDateTimefield changed.WarrantyOfferWarrantyOffer. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.WarrantyOfferWarrantyOffer. withType(WarrantyType type)Returns an immutable copy ofthiswith just thetypefield changed.WarrantyOfferWarrantyOffer. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WarrantyOffer Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WarrantyOffer>OemWarranty. getAdditionalWarranties()“List of additional warranty offers.com.github.davidmoten.odata.client.CollectionPage<WarrantyOffer>OemWarranty. getAdditionalWarranties(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of additional warranty offers.com.github.davidmoten.odata.client.CollectionPage<WarrantyOffer>OemWarranty. getBaseWarranties()“List of base warranty offers.com.github.davidmoten.odata.client.CollectionPage<WarrantyOffer>OemWarranty. getBaseWarranties(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of base warranty offers.Methods in odata.msgraph.client.beta.complex with parameters of type WarrantyOffer Modifier and Type Method Description OemWarranty.BuilderOemWarranty.Builder. additionalWarranties(WarrantyOffer... additionalWarranties)“List of additional warranty offers.OemWarranty.BuilderOemWarranty.Builder. baseWarranties(WarrantyOffer... baseWarranties)“List of base warranty offers.Method parameters in odata.msgraph.client.beta.complex with type arguments of type WarrantyOffer Modifier and Type Method Description OemWarranty.BuilderOemWarranty.Builder. additionalWarranties(List<WarrantyOffer> additionalWarranties)“List of additional warranty offers.OemWarranty.BuilderOemWarranty.Builder. baseWarranties(List<WarrantyOffer> baseWarranties)“List of base warranty offers.
-