public class Msdyn_helppage extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Msdyn_helppage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
componentidunique |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected Integer |
importsequencenumber |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected String |
msdyn_content |
protected String |
msdyn_contenttype |
protected String |
msdyn_displayname |
protected String |
msdyn_helppageid |
protected Integer |
msdyn_locale |
protected String |
msdyn_path |
protected OffsetDateTime |
overriddencreatedon |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Msdyn_helppage() |
protected Integer statuscode
protected String solutionid
protected String msdyn_displayname
protected OffsetDateTime overriddencreatedon
protected String componentidunique
protected String msdyn_path
protected String _modifiedonbehalfby_value
protected String msdyn_helppageid
protected Boolean ismanaged
protected String _createdonbehalfby_value
protected Integer utcconversiontimezonecode
protected OffsetDateTime overwritetime
protected OffsetDateTime modifiedon
protected String _modifiedby_value
protected String _createdby_value
protected Integer msdyn_locale
protected Long versionnumber
protected Integer importsequencenumber
protected OffsetDateTime createdon
protected String msdyn_content
protected Integer statecode
protected Integer timezoneruleversionnumber
protected Integer componentstate
protected String msdyn_contenttype
protected BooleanManagedProperty iscustomizable
protected String _organizationid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Msdyn_helppage.Builder builderMsdyn_helppage()
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 Msdyn_helppage withStatuscode(Integer statuscode)
public Msdyn_helppage withSolutionid(String solutionid)
public Msdyn_helppage withMsdyn_displayname(String msdyn_displayname)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Msdyn_helppage withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Msdyn_helppage withComponentidunique(String componentidunique)
public Msdyn_helppage withMsdyn_path(String msdyn_path)
public Msdyn_helppage with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Msdyn_helppage withMsdyn_helppageid(String msdyn_helppageid)
public Msdyn_helppage withIsmanaged(Boolean ismanaged)
public Msdyn_helppage with_createdonbehalfby_value(String _createdonbehalfby_value)
public Msdyn_helppage withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getOverwritetime()
public Msdyn_helppage withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getModifiedon()
public Msdyn_helppage withModifiedon(OffsetDateTime modifiedon)
public Msdyn_helppage with_modifiedby_value(String _modifiedby_value)
public Msdyn_helppage with_createdby_value(String _createdby_value)
public Msdyn_helppage withMsdyn_locale(Integer msdyn_locale)
public Msdyn_helppage withVersionnumber(Long versionnumber)
public Msdyn_helppage withImportsequencenumber(Integer importsequencenumber)
public Optional<OffsetDateTime> getCreatedon()
public Msdyn_helppage withCreatedon(OffsetDateTime createdon)
public Msdyn_helppage withMsdyn_content(String msdyn_content)
public Msdyn_helppage withStatecode(Integer statecode)
public Msdyn_helppage withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Msdyn_helppage withComponentstate(Integer componentstate)
public Msdyn_helppage withMsdyn_contenttype(String msdyn_contenttype)
public Optional<BooleanManagedProperty> getIscustomizable()
public Msdyn_helppage withIscustomizable(BooleanManagedProperty iscustomizable)
public Msdyn_helppage with_organizationid_value(String _organizationid_value)
public Msdyn_helppage withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public SyncerrorCollectionRequest getMsdyn_helppage_SyncErrors()
public AsyncoperationCollectionRequest getMsdyn_helppage_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getMsdyn_helppage_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getMsdyn_helppage_ProcessSession()
public BulkdeletefailureCollectionRequest getMsdyn_helppage_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getMsdyn_helppage_PrincipalObjectAttributeAccesses()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Msdyn_helppage 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 Msdyn_helppage 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.