Uses of Class
api.equinix.javasdk.customerportal.model.json.TroubleTicketJson
Packages that use TroubleTicketJson
Package
Description
-
Uses of TroubleTicketJson in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return TroubleTicketJsonModifier and TypeMethodDescriptionTroubleTicketClient.create(TroubleTicketCreatorJson troubleTicketCreatorJson) TroubleTicketClient.update(String uuid, TroubleTicketCreatorJson troubleTicketCreatorJson) Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type TroubleTicketJson -
Uses of TroubleTicketJson in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return TroubleTicketJsonModifier and TypeMethodDescriptionTroubleTicketClientImpl.create(TroubleTicketCreatorJson troubleTicketCreatorJson) TroubleTicketClientImpl.update(String uuid, TroubleTicketCreatorJson troubleTicketCreatorJson) Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type TroubleTicketJson -
Uses of TroubleTicketJson in api.equinix.javasdk.customerportal.model.wrappers
Constructors in api.equinix.javasdk.customerportal.model.wrappers with parameters of type TroubleTicketJsonModifierConstructorDescriptionTroubleTicketWrapper(TroubleTicketJson troubleTicketJson, Pageable<TroubleTicket> serviceClient)