Package microsoft.dynamics.crm.entity
Class Plugintype
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Plugintype
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Plugintype extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlugintype.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected UUID_pluginassemblyid_valueprotected Stringassemblynameprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Stringcultureprotected Integercustomizationlevelprotected Stringcustomworkflowactivityinfoprotected Stringdescriptionprotected Stringfriendlynameprotected Booleanismanagedprotected Booleanisworkflowactivityprotected Integermajorprotected Integerminorprotected OffsetDateTimemodifiedonprotected Stringnameprotected OffsetDateTimeoverwritetimeprotected UUIDplugintypeidprotected UUIDplugintypeiduniqueprotected Stringpublickeytokenprotected UUIDsolutionidprotected Stringtypenameprotected Stringversionprotected Longversionnumberprotected Stringworkflowactivitygroupname-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPlugintype()
-
Method Summary
-
-
-
Field Detail
-
versionnumber
protected Long versionnumber
-
overwritetime
protected OffsetDateTime overwritetime
-
isworkflowactivity
protected Boolean isworkflowactivity
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
workflowactivitygroupname
protected String workflowactivitygroupname
-
_organizationid_value
protected UUID _organizationid_value
-
minor
protected Integer minor
-
_createdby_value
protected UUID _createdby_value
-
createdon
protected OffsetDateTime createdon
-
culture
protected String culture
-
version
protected String version
-
ismanaged
protected Boolean ismanaged
-
plugintypeid
protected UUID plugintypeid
-
description
protected String description
-
_modifiedby_value
protected UUID _modifiedby_value
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
friendlyname
protected String friendlyname
-
customizationlevel
protected Integer customizationlevel
-
solutionid
protected UUID solutionid
-
plugintypeidunique
protected UUID plugintypeidunique
-
name
protected String name
-
publickeytoken
protected String publickeytoken
-
componentstate
protected Integer componentstate
-
assemblyname
protected String assemblyname
-
customworkflowactivityinfo
protected String customworkflowactivityinfo
-
_pluginassemblyid_value
protected UUID _pluginassemblyid_value
-
typename
protected String typename
-
modifiedon
protected OffsetDateTime modifiedon
-
major
protected Integer major
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderPlugintype
public static Plugintype.Builder builderPlugintype()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withVersionnumber
public Plugintype withVersionnumber(Long versionnumber)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Plugintype withOverwritetime(OffsetDateTime overwritetime)
-
withIsworkflowactivity
public Plugintype withIsworkflowactivity(Boolean isworkflowactivity)
-
with_createdonbehalfby_value
public Plugintype with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withWorkflowactivitygroupname
public Plugintype withWorkflowactivitygroupname(String workflowactivitygroupname)
-
with_organizationid_value
public Plugintype with_organizationid_value(UUID _organizationid_value)
-
withMinor
public Plugintype withMinor(Integer minor)
-
with_createdby_value
public Plugintype with_createdby_value(UUID _createdby_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Plugintype withCreatedon(OffsetDateTime createdon)
-
withCulture
public Plugintype withCulture(String culture)
-
withVersion
public Plugintype withVersion(String version)
-
withIsmanaged
public Plugintype withIsmanaged(Boolean ismanaged)
-
withPlugintypeid
public Plugintype withPlugintypeid(UUID plugintypeid)
-
withDescription
public Plugintype withDescription(String description)
-
with_modifiedby_value
public Plugintype with_modifiedby_value(UUID _modifiedby_value)
-
with_modifiedonbehalfby_value
public Plugintype with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withFriendlyname
public Plugintype withFriendlyname(String friendlyname)
-
withCustomizationlevel
public Plugintype withCustomizationlevel(Integer customizationlevel)
-
withSolutionid
public Plugintype withSolutionid(UUID solutionid)
-
withPlugintypeidunique
public Plugintype withPlugintypeidunique(UUID plugintypeidunique)
-
withName
public Plugintype withName(String name)
-
withPublickeytoken
public Plugintype withPublickeytoken(String publickeytoken)
-
withComponentstate
public Plugintype withComponentstate(Integer componentstate)
-
withAssemblyname
public Plugintype withAssemblyname(String assemblyname)
-
withCustomworkflowactivityinfo
public Plugintype withCustomworkflowactivityinfo(String customworkflowactivityinfo)
-
with_pluginassemblyid_value
public Plugintype with_pluginassemblyid_value(UUID _pluginassemblyid_value)
-
withTypename
public Plugintype withTypename(String typename)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Plugintype withModifiedon(OffsetDateTime modifiedon)
-
withMajor
public Plugintype withMajor(Integer major)
-
withUnmappedField
public Plugintype withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getPluginassemblyid
public PluginassemblyRequest getPluginassemblyid()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getPlugintypeid_sdkmessageprocessingstep
public SdkmessageprocessingstepCollectionRequest getPlugintypeid_sdkmessageprocessingstep()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getPlugintype_sdkmessageprocessingstep
public SdkmessageprocessingstepCollectionRequest getPlugintype_sdkmessageprocessingstep()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getPlugintype_plugintypestatistic
public PlugintypestatisticCollectionRequest getPlugintype_plugintypestatistic()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Plugintype patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Plugintype put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-