odata.msgraph.client.entity.request.MobileAppContentRequest 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.request;
import com.fasterxml.jackson.annotation.JsonIgnoreType;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.EntityRequest;
import com.github.davidmoten.odata.client.NameValue;
import java.lang.Object;
import java.lang.String;
import java.util.Optional;
import odata.msgraph.client.entity.MobileAppContent;
import odata.msgraph.client.entity.collection.request.MobileAppContentFileCollectionRequest;
import odata.msgraph.client.entity.collection.request.MobileContainedAppCollectionRequest;
@JsonIgnoreType
public class MobileAppContentRequest extends EntityRequest {
public MobileAppContentRequest(ContextPath contextPath, Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy