public class CreateFolderLockRequestBodyFolderField extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The ID of the folder.
|
protected String |
type
The content type the lock is being applied to.
|
explicitlySetNullableFields| Constructor and Description |
|---|
CreateFolderLockRequestBodyFolderField(String type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String type
public CreateFolderLockRequestBodyFolderField(String type, String id)