Class ProfileMixinAnnotations
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.Profile
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.mapping.jackson.ProfileMixinAnnotations
Class that will configure the mapping for a Profile, using mixing annotations
provided by Jackson library
- Since:
- 04/12/2021
-
Constructor Summary
ConstructorsConstructorDescriptionProfileMixinAnnotations
(ProfileSettings mGeneralSettings, ProfileMeta mMeta, ProfileAudioOptions[] mAudioOptions, ProfileAssets mAssets, ProfileInfrastructure mInfrastructure, ProfileAutomations[] mAutomations) -
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
-
ProfileMixinAnnotations
public ProfileMixinAnnotations(ProfileSettings mGeneralSettings, ProfileMeta mMeta, ProfileAudioOptions[] mAudioOptions, ProfileAssets mAssets, ProfileInfrastructure mInfrastructure, ProfileAutomations[] mAutomations)
-