public interface PersonRequestClient extends com.covisint.core.http.service.client.ResourceClient<PersonRequest>
PersonRequest resources.| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> |
approve(String requestId,
org.apache.http.protocol.HttpContext context)
Approves a
PersonRequest. |
@Nonnull com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> approve(@Nonnull@NotEmpty String requestId, @Nonnull org.apache.http.protocol.HttpContext context)
PersonRequest.requestId - The id of the PersonRequest to approve.context - The HTTP context.Copyright © 2015 Covisint. All rights reserved.