Uses of Class
api.equinix.javasdk.customerportal.model.json.SupportCaseJson
Packages that use SupportCaseJson
Package
Description
-
Uses of SupportCaseJson in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return SupportCaseJsonModifier and TypeMethodDescriptionSupportCaseClient.create(SupportCaseCreatorJson supportCaseCreatorJson) SupportCaseClient.update(String uuid, SupportCaseCreatorJson supportCaseCreatorJson) Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type SupportCaseJson -
Uses of SupportCaseJson in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return SupportCaseJsonModifier and TypeMethodDescriptionSupportCaseClientImpl.create(SupportCaseCreatorJson supportCaseCreatorJson) SupportCaseClientImpl.update(String uuid, SupportCaseCreatorJson supportCaseCreatorJson) Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type SupportCaseJson -
Uses of SupportCaseJson in api.equinix.javasdk.customerportal.model.wrappers
Constructors in api.equinix.javasdk.customerportal.model.wrappers with parameters of type SupportCaseJsonModifierConstructorDescriptionSupportCaseWrapper(SupportCaseJson supportCaseJson, Pageable<SupportCase> serviceClient)