Class Profile
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.Profile
- Direct Known Subclasses:
ProfileAssetsMixinAnnotations
,ProfileAudioOptionsMixinAnnotations
,ProfileAutomationsMixinAnnotations
,ProfileCommandMixinAnnotations
,ProfileInfrastructureMixinAnnotations
,ProfileMetaMixinAnnotations
,ProfileMixinAnnotations
,ProfilePermissionsMixinAnnotations
,ProfileServersMixinAnnotations
,ProfileSettingsMixinAnnotations
,ProfileThemeMixinAnnotations
,ProfileTimeoutsMixinAnnotations
,ProfileWifiMixinAnnotations
Class that will hold the entire Profile information about all configurations and contents of the app
- Since:
- 4/12/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfile()
Profile
(ProfileSettings mGeneralSettings, ProfileMeta mMeta, ProfileAudioOptions[] mAudioOptions, ProfileAssets mAssets, ProfileInfrastructure mInfrastructure, ProfileAutomations[] mAutomations) -
Method Summary
Modifier and TypeMethodDescriptiongetmMeta()
void
setmAssets
(ProfileAssets mAssets) void
setmAudioOptions
(ProfileAudioOptions[] mAudioOptions) void
setmAutomations
(ProfileAutomations[] mAutomations) void
setmGeneralSettings
(ProfileSettings mGeneralSettings) void
setmInfrastructure
(ProfileInfrastructure mInfrastructure) void
setmMeta
(ProfileMeta mMeta) toString()
-
Constructor Details
-
Profile
public Profile() -
Profile
public Profile(ProfileSettings mGeneralSettings, ProfileMeta mMeta, ProfileAudioOptions[] mAudioOptions, ProfileAssets mAssets, ProfileInfrastructure mInfrastructure, ProfileAutomations[] mAutomations)
-
-
Method Details