public final class GetUserPermissionsRequest extends ApiServiceRequest
| Constructor and Description |
|---|
GetUserPermissionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getProjectId() |
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
java.lang.String |
toString() |
GetUserPermissionsRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public GetUserPermissionsRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest