Uses of Class
com.volcengine.acep.model.OverlaySettingForCreatePodOneStepInput
-
Packages that use OverlaySettingForCreatePodOneStepInput Package Description com.volcengine.acep.model -
-
Uses of OverlaySettingForCreatePodOneStepInput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return OverlaySettingForCreatePodOneStepInput Modifier and Type Method Description OverlaySettingForCreatePodOneStepInputOverlaySettingForCreatePodOneStepInput. settingsName(String settingsName)OverlaySettingForCreatePodOneStepInputOverlaySettingForCreatePodOneStepInput. settingsType(String settingsType)OverlaySettingForCreatePodOneStepInputOverlaySettingForCreatePodOneStepInput. settingsValue(String settingsValue)OverlaySettingForCreatePodOneStepInputOverlaySettingForCreatePodOneStepInput. settingsValueType(String settingsValueType)Methods in com.volcengine.acep.model that return types with arguments of type OverlaySettingForCreatePodOneStepInput Modifier and Type Method Description @Valid List<OverlaySettingForCreatePodOneStepInput>CreatePodOneStepRequest. getOverlaySettings()Get overlaySettingsMethods in com.volcengine.acep.model with parameters of type OverlaySettingForCreatePodOneStepInput Modifier and Type Method Description CreatePodOneStepRequestCreatePodOneStepRequest. addOverlaySettingsItem(OverlaySettingForCreatePodOneStepInput overlaySettingsItem)Method parameters in com.volcengine.acep.model with type arguments of type OverlaySettingForCreatePodOneStepInput Modifier and Type Method Description CreatePodOneStepRequestCreatePodOneStepRequest. overlaySettings(List<OverlaySettingForCreatePodOneStepInput> overlaySettings)voidCreatePodOneStepRequest. setOverlaySettings(List<OverlaySettingForCreatePodOneStepInput> overlaySettings)
-