public class Pluginassembly extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Pluginassembly.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Pluginassembly() |
protected String culture
protected String _modifiedby_value
protected String version
protected String description
protected String sourcehash
protected String username
protected Boolean ismanaged
protected OffsetDateTime modifiedon
protected String introducedversion
protected OffsetDateTime createdon
protected Integer customizationlevel
protected String publickeytoken
protected String content
protected byte[] content_binary
protected String path
protected String name
protected String _createdonbehalfby_value
protected Boolean ispasswordset
protected String password
protected String _organizationid_value
protected Integer isolationmode
protected String url
protected BooleanManagedProperty iscustomizable
protected String _createdby_value
protected Integer major
protected Integer minor
protected Integer componentstate
protected String _modifiedonbehalfby_value
protected String solutionid
protected Integer authtype
protected Integer sourcetype
protected String pluginassemblyid
protected BooleanManagedProperty ishidden
protected String pluginassemblyidunique
protected OffsetDateTime overwritetime
protected Long versionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Pluginassembly.Builder builderPluginassembly()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Pluginassembly withCulture(String culture)
public Pluginassembly with_modifiedby_value(String _modifiedby_value)
public Pluginassembly withVersion(String version)
public Pluginassembly withDescription(String description)
public Pluginassembly withSourcehash(String sourcehash)
public Pluginassembly withUsername(String username)
public Pluginassembly withIsmanaged(Boolean ismanaged)
public Optional<OffsetDateTime> getModifiedon()
public Pluginassembly withModifiedon(OffsetDateTime modifiedon)
public Pluginassembly withIntroducedversion(String introducedversion)
public Optional<OffsetDateTime> getCreatedon()
public Pluginassembly withCreatedon(OffsetDateTime createdon)
public Pluginassembly withCustomizationlevel(Integer customizationlevel)
public Pluginassembly withPublickeytoken(String publickeytoken)
public Pluginassembly withContent(String content)
public Optional<byte[]> getContent_binary()
public Pluginassembly withContent_binary(byte[] content_binary)
public Pluginassembly withPath(String path)
public Pluginassembly withName(String name)
public Pluginassembly with_createdonbehalfby_value(String _createdonbehalfby_value)
public Pluginassembly withIspasswordset(Boolean ispasswordset)
public Pluginassembly withPassword(String password)
public Pluginassembly with_organizationid_value(String _organizationid_value)
public Pluginassembly withIsolationmode(Integer isolationmode)
public Pluginassembly withUrl(String url)
public Optional<BooleanManagedProperty> getIscustomizable()
public Pluginassembly withIscustomizable(BooleanManagedProperty iscustomizable)
public Pluginassembly with_createdby_value(String _createdby_value)
public Pluginassembly withMajor(Integer major)
public Pluginassembly withMinor(Integer minor)
public Pluginassembly withComponentstate(Integer componentstate)
public Pluginassembly with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Pluginassembly withSolutionid(String solutionid)
public Pluginassembly withAuthtype(Integer authtype)
public Pluginassembly withSourcetype(Integer sourcetype)
public Pluginassembly withPluginassemblyid(String pluginassemblyid)
public Optional<BooleanManagedProperty> getIshidden()
public Pluginassembly withIshidden(BooleanManagedProperty ishidden)
public Pluginassembly withPluginassemblyidunique(String pluginassemblyidunique)
public Optional<OffsetDateTime> getOverwritetime()
public Pluginassembly withOverwritetime(OffsetDateTime overwritetime)
public Pluginassembly withVersionnumber(Long versionnumber)
public Pluginassembly withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public PlugintypeCollectionRequest getPluginassembly_plugintype()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Pluginassembly patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Pluginassembly put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.