Package com.microsoft.graph.requests
Class OnlineMeetingAttendeeReportStreamRequest
java.lang.Object
com.microsoft.graph.http.BaseStreamRequest<OnlineMeeting>
com.microsoft.graph.requests.OnlineMeetingAttendeeReportStreamRequest
- All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest,com.microsoft.graph.http.IHttpStreamRequest
public class OnlineMeetingAttendeeReportStreamRequest
extends com.microsoft.graph.http.BaseStreamRequest<OnlineMeeting>
The class for the Online Meeting Attendee Report Stream Request.
-
Constructor Summary
ConstructorsConstructorDescriptionOnlineMeetingAttendeeReportStreamRequest(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request for the OnlineMeetingAttendeeReportStream -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseStreamRequest
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, send, send, sendAsync, sendAsync, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.http.IHttpRequest
getHttpRequest
-
Constructor Details
-
OnlineMeetingAttendeeReportStreamRequest
public OnlineMeetingAttendeeReportStreamRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request for the OnlineMeetingAttendeeReportStream- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
getAsync
Gets the contents of this stream- Returns:
- a future with the result
-
get
Gets the contents of this stream- Returns:
- the stream that the caller needs to close
- Throws:
com.microsoft.graph.core.ClientException- an exception occurs if there was an error while the request was sent
-
putAsync
Uploads to the stream- Parameters:
fileContents- the contents of the stream to upload- Returns:
- a future with the result
-
put
@Nullable public OnlineMeeting put(@Nonnull byte[] fileContents) throws com.microsoft.graph.core.ClientException Uploads to the stream- Parameters:
fileContents- the contents of the stream to upload- Returns:
- the result of the upload
- Throws:
com.microsoft.graph.core.ClientException- an exception occurs if there was an error while the request was sent
-