Package us.kbase.workspace
Class ListWorkspaceInfoParams
- java.lang.Object
-
- us.kbase.workspace.ListWorkspaceInfoParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspaceInfoParams extends Object
Original spec-file type: ListWorkspaceInfoParams
Input parameters for the "list_workspace_info" function. Only one of each timestamp/epoch pair may be supplied. Optional parameters: permission perm - filter workspaces by minimum permission level. 'None' and 'readable' are ignored. list
owners - filter workspaces by owner. usermeta meta - filter workspaces by the user supplied metadata. NOTE: only one key/value pair is supported at this time. A full map is provided as input for the possibility for expansion in the future. timestamp after - only return workspaces that were modified after this date. timestamp before - only return workspaces that were modified before this date. epoch after_epoch - only return workspaces that were modified after this date. epoch before_epoch - only return workspaces that were modified before this date. boolean excludeGlobal - if excludeGlobal is true exclude world readable workspaces. Defaults to false. boolean showDeleted - show deleted workspaces that are owned by the user. boolean showOnlyDeleted - only show deleted workspaces that are owned by the user.
-
-
Constructor Summary
Constructors Constructor Description ListWorkspaceInfoParams()
-
Method Summary
-
-
-
Method Detail
-
getPerm
public String getPerm()
-
setPerm
public void setPerm(String perm)
-
withPerm
public ListWorkspaceInfoParams withPerm(String perm)
-
withOwners
public ListWorkspaceInfoParams withOwners(List<String> owners)
-
withMeta
public ListWorkspaceInfoParams withMeta(Map<String,String> meta)
-
getAfter
public String getAfter()
-
setAfter
public void setAfter(String after)
-
withAfter
public ListWorkspaceInfoParams withAfter(String after)
-
getBefore
public String getBefore()
-
setBefore
public void setBefore(String before)
-
withBefore
public ListWorkspaceInfoParams withBefore(String before)
-
getAfterEpoch
public Long getAfterEpoch()
-
setAfterEpoch
public void setAfterEpoch(Long afterEpoch)
-
withAfterEpoch
public ListWorkspaceInfoParams withAfterEpoch(Long afterEpoch)
-
getBeforeEpoch
public Long getBeforeEpoch()
-
setBeforeEpoch
public void setBeforeEpoch(Long beforeEpoch)
-
withBeforeEpoch
public ListWorkspaceInfoParams withBeforeEpoch(Long beforeEpoch)
-
getExcludeGlobal
public Long getExcludeGlobal()
-
setExcludeGlobal
public void setExcludeGlobal(Long excludeGlobal)
-
withExcludeGlobal
public ListWorkspaceInfoParams withExcludeGlobal(Long excludeGlobal)
-
getShowDeleted
public Long getShowDeleted()
-
setShowDeleted
public void setShowDeleted(Long showDeleted)
-
withShowDeleted
public ListWorkspaceInfoParams withShowDeleted(Long showDeleted)
-
getShowOnlyDeleted
public Long getShowOnlyDeleted()
-
setShowOnlyDeleted
public void setShowOnlyDeleted(Long showOnlyDeleted)
-
withShowOnlyDeleted
public ListWorkspaceInfoParams withShowOnlyDeleted(Long showOnlyDeleted)
-
-