public class CreateFolderAsyncJson extends BaseJson
Constructor and Description |
---|
CreateFolderAsyncJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Device type
|
ExternalRepositoryIdRequestJson |
getExternalRepositoryIdentifier()
External repository identifier
|
List<String> |
getPaths()
ordered path list
|
String |
getWorkspaceUuid()
Workspace guid
|
boolean |
isForceAction() |
void |
setDeviceType(DeviceType deviceType)
Device type
|
void |
setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
External repository identifier
|
void |
setForceAction(boolean forceAction) |
void |
setPaths(List<String> paths)
ordered path list
|
void |
setWorkspaceUuid(String workspaceUuid)
Workspace guid
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device typepublic void setPaths(List<String> paths)
paths
- ordered path listpublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- Workspace guidpublic ExternalRepositoryIdRequestJson getExternalRepositoryIdentifier()
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
externalRepositoryIdentifier
- External repository identifierpublic boolean isForceAction()
public void setForceAction(boolean forceAction)
Copyright © 2019. All rights reserved.