Uses of Class
api.equinix.javasdk.customerportal.model.json.ShipmentJson
Packages that use ShipmentJson
Package
Description
-
Uses of ShipmentJson in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return ShipmentJsonModifier and TypeMethodDescriptionShipmentClient.create(ShipmentCreatorJson shipmentCreatorJson) ShipmentClient.update(String uuid, ShipmentCreatorJson shipmentCreatorJson) Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type ShipmentJson -
Uses of ShipmentJson in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return ShipmentJsonModifier and TypeMethodDescriptionShipmentClientImpl.create(ShipmentCreatorJson shipmentCreatorJson) ShipmentClientImpl.update(String uuid, ShipmentCreatorJson shipmentCreatorJson) Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type ShipmentJson -
Uses of ShipmentJson in api.equinix.javasdk.customerportal.model.wrappers
Constructors in api.equinix.javasdk.customerportal.model.wrappers with parameters of type ShipmentJsonModifierConstructorDescriptionShipmentWrapper(ShipmentJson shipmentJson, Pageable<Shipment> serviceClient)