Uses of Class
odata.msgraph.client.beta.complex.OemWarranty
-
Packages that use OemWarranty Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of OemWarranty in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OemWarranty Modifier and Type Method Description OemWarrantyOemWarranty.Builder. build()OemWarrantyOemWarranty. withDeviceConfigurationUrl(String deviceConfigurationUrl)Returns an immutable copy ofthiswith just thedeviceConfigurationUrlfield changed.OemWarrantyOemWarranty. withDeviceWarrantyUrl(String deviceWarrantyUrl)Returns an immutable copy ofthiswith just thedeviceWarrantyUrlfield changed.OemWarrantyOemWarranty. withUnmappedField(String name, String value) -
Uses of OemWarranty in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type OemWarranty Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<OemWarranty>ManagedDevice. getOemWarranty() -
Uses of OemWarranty in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type OemWarranty Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<OemWarranty>ManagedDeviceRequest. getOemWarranty()
-