Uses of Class
com.oracle.bmc.identitydomains.model.BrandingSetting
-
Packages that use BrandingSetting Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of BrandingSetting in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return BrandingSetting Modifier and Type Method Description BrandingSettingBrandingSetting.Builder. build()Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type BrandingSetting Modifier and Type Method Description List<BrandingSetting>BrandingSettings. getResources()A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type BrandingSetting Modifier and Type Method Description BrandingSetting.BuilderBrandingSetting.Builder. copy(BrandingSetting model)Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type BrandingSetting Modifier and Type Method Description BrandingSettings.BuilderBrandingSettings.Builder. resources(List<BrandingSetting> resources)A multi-valued list of complex objects containing the requested resources. -
Uses of BrandingSetting in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return BrandingSetting Modifier and Type Method Description BrandingSettingGetBrandingSettingResponse. getBrandingSetting()The returned BrandingSetting instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type BrandingSetting Modifier and Type Method Description GetBrandingSettingResponse.BuilderGetBrandingSettingResponse.Builder. brandingSetting(BrandingSetting brandingSetting)The returned BrandingSetting instance.
-