Class ProjectRequest
- java.lang.Object
-
- com.microstrategy.webapi.restApi.contentbundle.ProjectRequest
-
public class ProjectRequest extends java.lang.ObjectProjectRequest 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.StringgetProjectId()java.lang.StringgetRequestBody()voidsetProjectId(java.lang.String projectId)voidsetRequestBody(java.lang.String requestBody)
-