Class ProfileAssetsMixinAnnotations
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.Profile
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.mapping.jackson.ProfileAssetsMixinAnnotations
Class that will configure the mapping for a Profile Mobile App, using mixing annotations
provided by Jackson library
- Since:
- 9/30/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfileAssetsMixinAnnotations
(ProfileTheme mTheme, ProfileWelcomeAd mWelcomeAd, List<ProfileDocuments> mDocuments, List<CustomButton> mBanners, List<CustomButton> mOffers) -
Method Summary
Methods inherited from class com.exxothermic.audioeverywheresdk.business.model.Profile
getmAssets, getmAudioOptions, getmAutomations, getmGeneralSettings, getmInfrastructure, getmMeta, setmAssets, setmAudioOptions, setmAutomations, setmGeneralSettings, setmInfrastructure, setmMeta, toString
-
Constructor Details
-
ProfileAssetsMixinAnnotations
public ProfileAssetsMixinAnnotations(ProfileTheme mTheme, ProfileWelcomeAd mWelcomeAd, List<ProfileDocuments> mDocuments, List<CustomButton> mBanners, List<CustomButton> mOffers)
-