Package com.iland.core.web.rest.api
Interface O365JobSessionResource
@Path("/o365-job-sessions")
@Consumes("application/json")
@Produces("application/vnd.ilandcloud.api.v1.0+json")
public interface O365JobSessionResource
Office 365 VBO Job Session Resource.
- Author:
- Julien Anguenot
-
Method Summary
Modifier and TypeMethodDescriptiongetJobSessionByUuid(String uuid) Get an Office 365 VBO Job Session given its UUID.Get an Office 365 Job Session log items given the job session UUID.
-
Method Details
-
getJobSessionByUuid
Get an Office 365 VBO Job Session given its UUID.- Parameters:
uuid- The Office 365 VBO Job Session UUID- Returns:
- a
O365JobSessionResponseinstance
-
getJobSessionLogItemsFor
@GET @Path("/{uuid}/log-items") O365JobSessionLogItemSetResponse getJobSessionLogItemsFor(@PathParam("uuid") String uuid) Get an Office 365 Job Session log items given the job session UUID.- Parameters:
uuid- The Office 365 VBO Job Session UUID- Returns:
- a
O365JobSessionLogItemSetResponseinstance
-