Uses of Class
odata.msgraph.client.beta.entity.ShipmentMethod
-
Packages that use ShipmentMethod Package Description odata.msgraph.client.beta.entity -
-
Uses of ShipmentMethod in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ShipmentMethod Modifier and Type Method Description ShipmentMethodShipmentMethod.Builder. build()ShipmentMethodShipmentMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ShipmentMethodShipmentMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ShipmentMethodShipmentMethod. withCode(String code)ShipmentMethodShipmentMethod. withDisplayName(String displayName)ShipmentMethodShipmentMethod. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ShipmentMethodShipmentMethod. withUnmappedField(String name, String value)
-