Class TroubleTicketsImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.TroubleTicketsImpl
- All Implemented Interfaces:
TroubleTickets
-
Constructor Summary
ConstructorsConstructorDescriptionTroubleTicketsImpl(TroubleTicketClient<TroubleTicket> serviceClient, CustomerPortal serviceManager) -
Method Summary
-
Constructor Details
-
TroubleTicketsImpl
public TroubleTicketsImpl(TroubleTicketClient<TroubleTicket> serviceClient, CustomerPortal serviceManager)
-
-
Method Details
-
list
Description copied from interface:TroubleTicketsLists all trouble tickets for the current account.- Specified by:
listin interfaceTroubleTickets- Returns:
- a paginated list of trouble tickets
-
getByUuid
Description copied from interface:TroubleTicketsRetrieves a specific trouble ticket by its unique identifier.- Specified by:
getByUuidin interfaceTroubleTickets- Parameters:
uuid- the unique identifier of the trouble ticket- Returns:
- the matching trouble ticket
-
define
Description copied from interface:TroubleTicketsReturns a builder for defining a new trouble ticket.- Specified by:
definein interfaceTroubleTickets- Returns:
- a new TroubleTicketBuilder instance
-