
com.microsoft.exchange.services.odata.model.IAttachments Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mail-calendar-contact Show documentation
Show all versions of mail-calendar-contact Show documentation
Java SDK for Office 365 Mail-Calendar-Contact services
The newest version!
package com.microsoft.exchange.services.odata.model;
import com.microsoft.office.proxy.OfficeEntitySet;
import com.msopentech.odatajclient.proxy.api.annotations.EntitySet;
import com.msopentech.odatajclient.proxy.api.annotations.CompoundKey;
import com.msopentech.odatajclient.proxy.api.annotations.CompoundKeyElement;
import com.microsoft.exchange.services.odata.model.system.*;
import com.microsoft.exchange.services.odata.model.system.types.*;
import com.microsoft.exchange.services.odata.model.*;
import com.microsoft.exchange.services.odata.model.types.*;
// EdmSimpleType property imports
import com.msopentech.odatajclient.engine.data.ODataDuration;
import com.msopentech.odatajclient.engine.data.ODataTimestamp;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.Geospatial;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.GeospatialCollection;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.LineString;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.MultiLineString;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.MultiPoint;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.MultiPolygon;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.Point;
import com.msopentech.odatajclient.engine.data.metadata.edm.geospatial.Polygon;
import java.math.BigDecimal;
import java.net.URI;
import java.util.UUID;
import java.io.Serializable;
import java.util.Collection;
/**
Represents Attachments entity set.
Implements Collection interface so you can use and convert it it as a regular Java Collection.
*/
@EntitySet(name = "Attachments",
path = "Me/Messages(%s)/Attachments",
createPath = "Me/Messages(%s)/Attachments")
public interface IAttachments extends OfficeEntitySet {
/**
* Creates new Attachment in this Attachments entity set.
* @return created item.
*/
com.microsoft.exchange.services.odata.model.types.IAttachment newAttachment();
/**
* Creates new collection of Attachment in Attachments entity set.
*
* @return created collection.
*/
com.microsoft.exchange.services.odata.model.types.IAttachmentCollection newAttachmentCollection();
/**
* Creates new FileAttachment in this Attachments entity set.
* @return created item.
*/
com.microsoft.exchange.services.odata.model.types.IFileAttachment newFileAttachment();
/**
* Creates new collection of FileAttachment in Attachments entity set.
*
* @return created collection.
*/
com.microsoft.exchange.services.odata.model.types.IFileAttachmentCollection newFileAttachmentCollection();
/**
* Creates new ItemAttachment in this Attachments entity set.
* @return created item.
*/
com.microsoft.exchange.services.odata.model.types.IItemAttachment newItemAttachment();
/**
* Creates new collection of ItemAttachment in Attachments entity set.
*
* @return created collection.
*/
com.microsoft.exchange.services.odata.model.types.IItemAttachmentCollection newItemAttachmentCollection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy