public class UpdateMixParam extends Object
| Constructor and Description |
|---|
UpdateMixParam() |
public UpdateMixParam withLayoutTemplate(String layoutTemplate)
public String getLayoutTemplate()
public void setLayoutTemplate(String layoutTemplate)
public UpdateMixParam withBackgroundImage(String backgroundImage)
public String getBackgroundImage()
public void setBackgroundImage(String backgroundImage)
public UpdateMixParam withDefaultUserBackgroundImage(String defaultUserBackgroundImage)
public String getDefaultUserBackgroundImage()
public void setDefaultUserBackgroundImage(String defaultUserBackgroundImage)
public UpdateMixParam withScreenBackgroundImage(String screenBackgroundImage)
public String getScreenBackgroundImage()
public void setScreenBackgroundImage(String screenBackgroundImage)
public UpdateMixParam withMaxIdleTime(Integer maxIdleTime)
public Integer getMaxIdleTime()
public void setMaxIdleTime(Integer maxIdleTime)
public UpdateMixParam withLayoutPanes(List<MixLayoutPane> layoutPanes)
public UpdateMixParam addLayoutPanesItem(MixLayoutPane layoutPanesItem)
public UpdateMixParam withLayoutPanes(java.util.function.Consumer<List<MixLayoutPane>> layoutPanesSetter)
public List<MixLayoutPane> getLayoutPanes()
public void setLayoutPanes(List<MixLayoutPane> layoutPanes)
public UpdateMixParam withUserBackgroundImages(List<MixUserBackgroundImage> userBackgroundImages)
public UpdateMixParam addUserBackgroundImagesItem(MixUserBackgroundImage userBackgroundImagesItem)
public UpdateMixParam withUserBackgroundImages(java.util.function.Consumer<List<MixUserBackgroundImage>> userBackgroundImagesSetter)
public List<MixUserBackgroundImage> getUserBackgroundImages()
public void setUserBackgroundImages(List<MixUserBackgroundImage> userBackgroundImages)
Copyright © 2021. All rights reserved.