Class WebAppSettingsFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<WebAppSettings>
ch.ethz.sis.openbis.generic.asapi.v3.dto.webapp.fetchoptions.WebAppSettingsFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.webapp.fetchoptions.WebAppSettingsFetchOptions")
public class WebAppSettingsFetchOptions
extends FetchOptions<WebAppSettings>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanhasSetting(String setting) sortBy()voidbooleanwithAllSettingsUsing(boolean allSettings) voidwithSetting(String setting) withSettingsUsing(Collection<String> settings) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
WebAppSettingsFetchOptions
public WebAppSettingsFetchOptions()
-
-
Method Details
-
withSetting
-
hasSetting
-
withSettingsUsing
-
getSettings
-
withAllSettings
public void withAllSettings() -
hasAllSettings
public boolean hasAllSettings() -
withAllSettingsUsing
public boolean withAllSettingsUsing(boolean allSettings) -
sortBy
- Specified by:
sortByin classFetchOptions<WebAppSettings>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<WebAppSettings>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<WebAppSettings>
-