Uses of Class
api.equinix.javasdk.networkedge.model.json.DeviceLinkJson
Packages that use DeviceLinkJson
Package
Description
-
Uses of DeviceLinkJson in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return DeviceLinkJsonModifier and TypeMethodDescriptionDeviceLinkClient.create(DeviceLinkCreatorJson deviceLinkCreatorJson) create.getByUuid.refresh.Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type DeviceLinkJsonModifier and TypeMethodDescriptionDeviceLinkClient.list(RequestBuilder.DeviceLink requestBuilder) list. -
Uses of DeviceLinkJson in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return DeviceLinkJsonModifier and TypeMethodDescriptionDeviceLinkClientImpl.create(DeviceLinkCreatorJson deviceLinkCreatorJson) create.getByUuid.refresh.DeviceLinkClientImpl.update(String uuid, DeviceLinkUpdaterJson deviceLinkUpdaterJson) update.Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type DeviceLinkJsonModifier and TypeMethodDescriptionDeviceLinkClientImpl.list(RequestBuilder.DeviceLink requestBuilder) list. -
Uses of DeviceLinkJson in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators with parameters of type DeviceLinkJsonConstructors in api.equinix.javasdk.networkedge.model.json.creators with parameters of type DeviceLinkJson -
Uses of DeviceLinkJson in api.equinix.javasdk.networkedge.model.wrappers
Constructors in api.equinix.javasdk.networkedge.model.wrappers with parameters of type DeviceLinkJsonModifierConstructorDescriptionDeviceLinkWrapper(DeviceLinkJson deviceLinkJson, Pageable<DeviceLink> serviceClient) Constructor for DeviceLinkWrapper.