
com.microsoft.exchange.services.odata.model.IContactFolders 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 ContactFolders entity set.
Implements Collection interface so you can use and convert it it as a regular Java Collection.
*/
@EntitySet(name = "ContactFolders",
path = "Me/ContactFolders",
createPath = "Me/ContactFolders")
public interface IContactFolders extends OfficeEntitySet {
/**
* Creates new ContactFolder in this ContactFolders entity set.
* @return created item.
*/
com.microsoft.exchange.services.odata.model.types.IContactFolder newContactFolder();
/**
* Creates new collection of ContactFolder in ContactFolders entity set.
*
* @return created collection.
*/
com.microsoft.exchange.services.odata.model.types.IContactFolderCollection newContactFolderCollection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy