Uses of Interface
api.equinix.javasdk.customerportal.model.Shipment
Packages that use Shipment
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of Shipment in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return ShipmentModifier and TypeMethodDescriptionRetrieves a specific shipment by its unique identifier.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type ShipmentModifier and TypeMethodDescriptionCustomerPortalConfig.getShipmentClient()Shipments.list()Lists all shipments for the current account. -
Uses of Shipment in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return ShipmentMethods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type ShipmentConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type ShipmentModifierConstructorDescriptionShipmentsImpl(ShipmentClient<Shipment> serviceClient, CustomerPortal serviceManager) -
Uses of Shipment in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type Shipment -
Uses of Shipment in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type ShipmentModifier and TypeMethodDescriptionShipmentClientImpl.list()ShipmentClientImpl.nextPage(PaginatedRequest<Shipment> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type ShipmentModifier and TypeMethodDescriptionShipmentClientImpl.nextPage(PaginatedRequest<Shipment> equinixRequest) -
Uses of Shipment in api.equinix.javasdk.customerportal.model.json.creators
Methods in api.equinix.javasdk.customerportal.model.json.creators that return ShipmentConstructor parameters in api.equinix.javasdk.customerportal.model.json.creators with type arguments of type Shipment -
Uses of Shipment in api.equinix.javasdk.customerportal.model.wrappers
Classes in api.equinix.javasdk.customerportal.model.wrappers that implement ShipmentConstructor parameters in api.equinix.javasdk.customerportal.model.wrappers with type arguments of type ShipmentModifierConstructorDescriptionShipmentWrapper(ShipmentJson shipmentJson, Pageable<Shipment> serviceClient)