Class ProfileAudioOptionsMixinAnnotations
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.Profile
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.mapping.jackson.ProfileAudioOptionsMixinAnnotations
Class that will configure the mapping for a Profile Audio Options, using mixing annotations
provided by Jackson library
- Since:
- 10/1/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfileAudioOptionsMixinAnnotations
(String mLeid, Boolean mHidden, String mName, String mPassphraseRequired, String mPassphrase, ProfileSources[] mSources, ProfileAudioMobileApp mAudioMobileApp) -
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
-
ProfileAudioOptionsMixinAnnotations
public ProfileAudioOptionsMixinAnnotations(String mLeid, Boolean mHidden, String mName, String mPassphraseRequired, String mPassphrase, ProfileSources[] mSources, ProfileAudioMobileApp mAudioMobileApp)
-