odata.msgraph.client.beta.entity.collection.request.MobileAppContentCollectionRequest 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.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.NameValue;
import java.lang.Object;
import java.lang.String;
import java.util.Optional;
import odata.msgraph.client.beta.entity.MobileAppContent;
import odata.msgraph.client.beta.entity.request.MobileAppContentFileRequest;
import odata.msgraph.client.beta.entity.request.MobileAppContentRequest;
import odata.msgraph.client.beta.entity.request.MobileContainedAppRequest;
public class MobileAppContentCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public MobileAppContentCollectionRequest(ContextPath contextPath, Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy