Uses of Enum
com.coveo.pushapiclient.PushAPIStatus
-
Uses of PushAPIStatus in com.coveo.pushapiclient
Methods in com.coveo.pushapiclient that return PushAPIStatusModifier and TypeMethodDescriptionstatic PushAPIStatusReturns the enum constant of this type with the specified name.static PushAPIStatus[]PushAPIStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.coveo.pushapiclient with parameters of type PushAPIStatusModifier and TypeMethodDescriptionPlatformClient.updateSourceStatus(String sourceId, PushAPIStatus status) Update the status of a Push source.Source.updateSourceStatus(String sourceId, PushAPIStatus status) Update the status of a Push source.