odata.msgraph.client.beta.entity.collection.request.ImportedAppleDeviceIdentityCollectionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-msgraph-beta Show documentation
Show all versions of odata-client-msgraph-beta Show documentation
Java client for use with Microsoft Graph beta endpoint
package odata.msgraph.client.beta.entity.collection.request;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.github.davidmoten.guavamini.Preconditions;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.CollectionPageNonEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.annotation.Action;
import com.github.davidmoten.odata.client.internal.ParameterMap;
import com.github.davidmoten.odata.client.internal.TypedObject;
import java.lang.Boolean;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import odata.msgraph.client.beta.entity.ImportedAppleDeviceIdentity;
import odata.msgraph.client.beta.entity.ImportedAppleDeviceIdentityResult;
import odata.msgraph.client.beta.entity.request.ImportedAppleDeviceIdentityRequest;
public class ImportedAppleDeviceIdentityCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public ImportedAppleDeviceIdentityCollectionRequest(ContextPath contextPath, Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy