odata.msgraph.client.beta.entity.collection.request.PictureCollectionRequest 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 java.lang.Object;
import java.util.Optional;
import odata.msgraph.client.beta.entity.Picture;
import odata.msgraph.client.beta.entity.request.PictureRequest;
public class PictureCollectionRequest extends CollectionPageEntityRequest
© 2015 - 2024 Weber Informatics LLC | Privacy Policy