Class ProjectRequest
- java.lang.Object
-
- com.microstrategy.webapi.restApi.contentbundle.ProjectRequest
-
public class ProjectRequest extends java.lang.Object
ProjectRequest holds the project DSSID and the request body dedicated for that project operation in http request to Intelligence Server
-
-
Constructor Summary
Constructors Constructor Description ProjectRequest(java.lang.String projectId, java.lang.String requestBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProjectId()
java.lang.String
getRequestBody()
void
setProjectId(java.lang.String projectId)
void
setRequestBody(java.lang.String requestBody)
-