odata.msgraph.client.entity.collection.request.OnlineMeetingCollectionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-msgraph Show documentation
Show all versions of odata-client-msgraph Show documentation
Java client for use with the Microsoft Graph v1.0 endpoint
package odata.msgraph.client.entity.collection.request;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.github.davidmoten.guavamini.Preconditions;
import com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.NameValue;
import com.github.davidmoten.odata.client.annotation.Action;
import com.github.davidmoten.odata.client.internal.Checks;
import com.github.davidmoten.odata.client.internal.ParameterMap;
import com.github.davidmoten.odata.client.internal.TypedObject;
import java.lang.Object;
import java.lang.String;
import java.time.OffsetDateTime;
import java.util.Map;
import java.util.Optional;
import odata.msgraph.client.complex.ChatInfo;
import odata.msgraph.client.complex.MeetingParticipants;
import odata.msgraph.client.entity.OnlineMeeting;
import odata.msgraph.client.entity.request.CallRecordingRequest;
import odata.msgraph.client.entity.request.CallTranscriptRequest;
import odata.msgraph.client.entity.request.OnlineMeetingRequest;
public class OnlineMeetingCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public OnlineMeetingCollectionRequest(ContextPath contextPath, Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy