Uses of Enum Class
com.ads.api.beans.common.APIConstants.Status
Packages that use APIConstants.Status
Package
Description
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
Contains Collection Classes,Java Bean Classes which are specific to Categories, Codesets, Code Values, Codeset Maps.
-
Uses of APIConstants.Status in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.StatusModifier and TypeMethodDescriptionstatic APIConstants.Statusstatic APIConstants.StatusReturns the enum constant of this class with the specified name.static APIConstants.Status[]APIConstants.Status.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.Status in com.ads.api.beans.csm
Methods in com.ads.api.beans.csm that return APIConstants.StatusMethods in com.ads.api.beans.csm with parameters of type APIConstants.StatusModifier and TypeMethodDescriptionvoidCodeset.setStatus(APIConstants.Status status) Sets the status as specified.