Class SupportPlansImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.SupportPlansImpl
- All Implemented Interfaces:
SupportPlans
-
Constructor Summary
ConstructorsConstructorDescriptionSupportPlansImpl(SupportPlanClient<SupportPlan> serviceClient, CustomerPortal serviceManager) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific support plan by its unique identifier.list()Lists all support plans for the current account.
-
Constructor Details
-
SupportPlansImpl
public SupportPlansImpl(SupportPlanClient<SupportPlan> serviceClient, CustomerPortal serviceManager)
-
-
Method Details
-
list
Description copied from interface:SupportPlansLists all support plans for the current account.- Specified by:
listin interfaceSupportPlans- Returns:
- a paginated list of support plans
-
getByUuid
Description copied from interface:SupportPlansRetrieves a specific support plan by its unique identifier.- Specified by:
getByUuidin interfaceSupportPlans- Parameters:
uuid- the unique identifier of the support plan- Returns:
- the matching support plan
-