public class CreateProjectRequest extends Request
| Constructor and Description |
|---|
CreateProjectRequest(String project,
String description,
DataRedundancyType dataRedundancyType) |
CreateProjectRequest(String project,
String description,
String resourceGroupId) |
CreateProjectRequest(String project,
String description,
String resourceGroupId,
DataRedundancyType dataRedundancyType) |
| Modifier and Type | Method and Description |
|---|---|
DataRedundancyType |
getDataRedundancyType() |
String |
getDescription() |
String |
getRequestBody() |
String |
getResourceGroupId() |
void |
setDataRedundancyType(DataRedundancyType dataRedundancyType) |
void |
setDescription(String description) |
void |
setResourceGroupId(String resourceGroupId) |
GetAllParams, GetParam, GetProject, SetParampublic CreateProjectRequest(String project, String description, DataRedundancyType dataRedundancyType)
public CreateProjectRequest(String project, String description, String resourceGroupId)
public CreateProjectRequest(String project, String description, String resourceGroupId, DataRedundancyType dataRedundancyType)
public String getDescription()
public void setDescription(String description)
public String getResourceGroupId()
public void setResourceGroupId(String resourceGroupId)
public DataRedundancyType getDataRedundancyType()
public void setDataRedundancyType(DataRedundancyType dataRedundancyType)
public String getRequestBody()
Copyright © 2025. All Rights Reserved.