public class GetFolderLocksQueryParams extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
folderId
The unique identifier that represent a folder.
|
| Constructor and Description |
|---|
GetFolderLocksQueryParams(String folderId) |
public final String folderId
The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`.
The root folder of a Box account is always represented by the ID `0`.
public GetFolderLocksQueryParams(String folderId)
public String getFolderId()