Class PresentationRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Presentation>
-
- odata.msgraph.client.beta.entity.request.PresentationRequest
-
public class PresentationRequest extends com.github.davidmoten.odata.client.EntityRequest<Presentation>
-
-
Constructor Summary
Constructors Constructor Description PresentationRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentCommentCollectionRequestcomments()DocumentCommentRequestcomments(String id)
-
-
-
Method Detail
-
comments
public DocumentCommentRequest comments(String id)
-
comments
public DocumentCommentCollectionRequest comments()
-
-