Uses of Interface
api.equinix.javasdk.customerportal.model.TroubleTicket
Packages that use TroubleTicket
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of TroubleTicket in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return TroubleTicketModifier and TypeMethodDescriptionRetrieves a specific trouble ticket by its unique identifier.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type TroubleTicketModifier and TypeMethodDescriptionCustomerPortalConfig.getTroubleTicketClient()TroubleTickets.list()Lists all trouble tickets for the current account. -
Uses of TroubleTicket in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return TroubleTicketMethods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type TroubleTicketConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type TroubleTicketModifierConstructorDescriptionTroubleTicketsImpl(TroubleTicketClient<TroubleTicket> serviceClient, CustomerPortal serviceManager) -
Uses of TroubleTicket in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type TroubleTicket -
Uses of TroubleTicket in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type TroubleTicketModifier and TypeMethodDescriptionTroubleTicketClientImpl.list()TroubleTicketClientImpl.nextPage(PaginatedRequest<TroubleTicket> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type TroubleTicketModifier and TypeMethodDescriptionTroubleTicketClientImpl.nextPage(PaginatedRequest<TroubleTicket> equinixRequest) -
Uses of TroubleTicket in api.equinix.javasdk.customerportal.model.json.creators
Methods in api.equinix.javasdk.customerportal.model.json.creators that return TroubleTicketConstructor parameters in api.equinix.javasdk.customerportal.model.json.creators with type arguments of type TroubleTicket -
Uses of TroubleTicket in api.equinix.javasdk.customerportal.model.wrappers
Classes in api.equinix.javasdk.customerportal.model.wrappers that implement TroubleTicketConstructor parameters in api.equinix.javasdk.customerportal.model.wrappers with type arguments of type TroubleTicketModifierConstructorDescriptionTroubleTicketWrapper(TroubleTicketJson troubleTicketJson, Pageable<TroubleTicket> serviceClient)