public class CheckedOutFilesQuery extends Object implements Serializable
Constructor and Description |
---|
CheckedOutFilesQuery()
Zero-arg constructor.
|
CheckedOutFilesQuery(String userId,
String name,
String location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the location to query for checked out files.
|
String |
getName()
Gets the name of the file to query for checked out files.
|
String |
getUserId()
Gets the userID of the user whose checked out files are queried.
|
void |
setLocation(String location)
Set the name to query for checked out files.
|
void |
setName(String name)
Sets the name of the file to query for checked out files.
|
void |
setUserId(String userId)
Sets the userID of the user whose checked out files are queried.
|
public CheckedOutFilesQuery()
public CheckedOutFilesQuery(String userId, String name, String location)
userId
- the userID of the user whose checked out files are queried.name
- the name of the file to query for checked out files.location
- the location to query for checked out files.public String getUserId()
public void setUserId(String userId)
userId
- The userID to query. Null or blank results in the current user's files. * queries all users' files.public String getName()
public void setName(String name)
name
- The name of the file to query for checked out files. Null specifies that all names are queried.public String getLocation()
public void setLocation(String location)
location
- The location to query for checked out files. Null specifies that all locations are queried.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>