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(String _createdby_value)SitemapSitemap. with_createdonbehalfby_value(String _createdonbehalfby_value)SitemapSitemap. with_modifiedby_value(String _modifiedby_value)SitemapSitemap. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)SitemapSitemap. with_organizationid_value(String _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(String sitemapid)SitemapSitemap. withSitemapidunique(String sitemapidunique)SitemapSitemap. withSitemapname(String sitemapname)SitemapSitemap. withSitemapnameunique(String sitemapnameunique)SitemapSitemap. withSitemapxml(String sitemapxml)SitemapSitemap. withSolutionid(String solutionid)SitemapSitemap. withUnmappedField(String name, String 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()
-