Uses of Enum Class
com.ads.api.beans.common.APIConstants.ExpiryType
Packages that use APIConstants.ExpiryType
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Catalogs, SubCatalogs of Catalogs,Business Terms,Associated BusinessTerms, Associated TechnicalMetadata and Associated Documents related to BusinessTerms.
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
-
Uses of APIConstants.ExpiryType in com.ads.api.beans.bgm
Methods in com.ads.api.beans.bgm that return APIConstants.ExpiryTypeModifier and TypeMethodDescriptionBusinessPolicy.getExpiryType()Returns the expiryType of the business policy.Methods in com.ads.api.beans.bgm with parameters of type APIConstants.ExpiryTypeModifier and TypeMethodDescriptionvoidBusinessPolicy.setExpiryType(APIConstants.ExpiryType expiryType) Sets the expiryType of the business policy. -
Uses of APIConstants.ExpiryType in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.ExpiryTypeModifier and TypeMethodDescriptionstatic APIConstants.ExpiryTypeAPIConstants.ExpiryType.getExpiryType(String value) static APIConstants.ExpiryTypeReturns the enum constant of this class with the specified name.static APIConstants.ExpiryType[]APIConstants.ExpiryType.values()Returns an array containing the constants of this enum class, in the order they are declared.