Class FileattachmentCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Fileattachment,FileattachmentRequest>
-
- microsoft.dynamics.crm.entity.collection.request.FileattachmentCollectionRequest
-
- All Implemented Interfaces:
Iterable<Fileattachment>
- Direct Known Subclasses:
Fileattachments
public class FileattachmentCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Fileattachment,FileattachmentRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description FileattachmentCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncoperationCollectionRequestfileAttachment_AsyncOperation_DataBlobId()AsyncoperationRequestfileAttachment_AsyncOperation_DataBlobId(UUID asyncoperationid)SyncerrorCollectionRequestfileAttachment_SyncErrors()SyncerrorRequestfileAttachment_SyncErrors(UUID syncerrorid)SolutionCollectionRequestsolution_fileid()SolutionRequestsolution_fileid(UUID solutionid)-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
fileAttachment_SyncErrors
public SyncerrorRequest fileAttachment_SyncErrors(UUID syncerrorid)
-
fileAttachment_SyncErrors
public SyncerrorCollectionRequest fileAttachment_SyncErrors()
-
solution_fileid
public SolutionRequest solution_fileid(UUID solutionid)
-
solution_fileid
public SolutionCollectionRequest solution_fileid()
-
fileAttachment_AsyncOperation_DataBlobId
public AsyncoperationRequest fileAttachment_AsyncOperation_DataBlobId(UUID asyncoperationid)
-
fileAttachment_AsyncOperation_DataBlobId
public AsyncoperationCollectionRequest fileAttachment_AsyncOperation_DataBlobId()
-
-