Uses of Class
microsoft.dynamics.crm.entity.Sitemap
-
Packages that use Sitemap Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Sitemap in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Sitemap Modifier and Type Method Description SitemapSitemap.Builder. build()SitemapSitemap. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SitemapSitemap. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SitemapSitemap. with_createdby_value(UUID _createdby_value)SitemapSitemap. with_createdonbehalfby_value(UUID _createdonbehalfby_value)SitemapSitemap. with_modifiedby_value(UUID _modifiedby_value)SitemapSitemap. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)SitemapSitemap. with_organizationid_value(UUID _organizationid_value)SitemapSitemap. withComponentstate(Integer componentstate)SitemapSitemap. withCreatedon(OffsetDateTime createdon)SitemapSitemap. withIsappaware(Boolean isappaware)SitemapSitemap. withIsmanaged(Boolean ismanaged)SitemapSitemap. withModifiedon(OffsetDateTime modifiedon)SitemapSitemap. withOverwritetime(OffsetDateTime overwritetime)SitemapSitemap. withSitemapid(UUID sitemapid)SitemapSitemap. withSitemapidunique(UUID sitemapidunique)SitemapSitemap. withSitemapname(String sitemapname)SitemapSitemap. withSitemapnameunique(String sitemapnameunique)SitemapSitemap. withSitemapxml(String sitemapxml)SitemapSitemap. withSolutionid(UUID solutionid)SitemapSitemap. withUnmappedField(String name, Object value)SitemapSitemap. withVersionnumber(Long versionnumber)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Sitemap Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Sitemap>Sitemap. retrieveUnpublished() -
Uses of Sitemap in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Sitemap Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Sitemap>SitemapCollectionRequest. retrieveUnpublishedMultiple() -
Uses of Sitemap in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Sitemap Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Sitemap>SitemapRequest. retrieveUnpublished()
-