Uses of Class
microsoft.dynamics.crm.entity.Plugintype
-
Packages that use Plugintype Package Description microsoft.dynamics.crm.entity -
-
Uses of Plugintype in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Plugintype Modifier and Type Method Description PlugintypePlugintype.Builder. build()PlugintypePlugintype. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlugintypePlugintype. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlugintypePlugintype. with_createdby_value(UUID _createdby_value)PlugintypePlugintype. with_createdonbehalfby_value(UUID _createdonbehalfby_value)PlugintypePlugintype. with_modifiedby_value(UUID _modifiedby_value)PlugintypePlugintype. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)PlugintypePlugintype. with_organizationid_value(UUID _organizationid_value)PlugintypePlugintype. with_pluginassemblyid_value(UUID _pluginassemblyid_value)PlugintypePlugintype. withAssemblyname(String assemblyname)PlugintypePlugintype. withComponentstate(Integer componentstate)PlugintypePlugintype. withCreatedon(OffsetDateTime createdon)PlugintypePlugintype. withCulture(String culture)PlugintypePlugintype. withCustomizationlevel(Integer customizationlevel)PlugintypePlugintype. withCustomworkflowactivityinfo(String customworkflowactivityinfo)PlugintypePlugintype. withDescription(String description)PlugintypePlugintype. withFriendlyname(String friendlyname)PlugintypePlugintype. withIsmanaged(Boolean ismanaged)PlugintypePlugintype. withIsworkflowactivity(Boolean isworkflowactivity)PlugintypePlugintype. withMajor(Integer major)PlugintypePlugintype. withMinor(Integer minor)PlugintypePlugintype. withModifiedon(OffsetDateTime modifiedon)PlugintypePlugintype. withName(String name)PlugintypePlugintype. withOverwritetime(OffsetDateTime overwritetime)PlugintypePlugintype. withPlugintypeid(UUID plugintypeid)PlugintypePlugintype. withPlugintypeidunique(UUID plugintypeidunique)PlugintypePlugintype. withPublickeytoken(String publickeytoken)PlugintypePlugintype. withSolutionid(UUID solutionid)PlugintypePlugintype. withTypename(String typename)PlugintypePlugintype. withUnmappedField(String name, String value)PlugintypePlugintype. withVersion(String version)PlugintypePlugintype. withVersionnumber(Long versionnumber)PlugintypePlugintype. withWorkflowactivitygroupname(String workflowactivitygroupname)
-