public class Webwizard extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Webwizard.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 |
accessprivileges |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected Boolean |
isstaticpagesequence |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Integer |
startpagesequencenumber |
protected String |
titleresourcestring |
protected Long |
versionnumber |
protected String |
webwizardid |
protected String |
webwizardidunique |
protected Integer |
wizardpageheight |
protected Integer |
wizardpagewidth |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Webwizard() |
protected String name
protected OffsetDateTime createdon
protected String _createdonbehalfby_value
protected Integer componentstate
protected String webwizardidunique
protected String _organizationid_value
protected Integer wizardpageheight
protected OffsetDateTime modifiedon
protected Long versionnumber
protected Boolean isstaticpagesequence
protected Boolean ismanaged
protected String _modifiedby_value
protected String _modifiedonbehalfby_value
protected String accessprivileges
protected String titleresourcestring
protected Integer wizardpagewidth
protected OffsetDateTime overwritetime
protected String webwizardid
protected String introducedversion
protected String _createdby_value
protected Integer startpagesequencenumber
protected String solutionid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Webwizard.Builder builderWebwizard()
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 Optional<OffsetDateTime> getCreatedon()
public Webwizard withCreatedon(OffsetDateTime createdon)
public Webwizard with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Webwizard withModifiedon(OffsetDateTime modifiedon)
public Webwizard with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Webwizard withOverwritetime(OffsetDateTime overwritetime)
public Webwizard withStartpagesequencenumber(Integer startpagesequencenumber)
public Webwizard withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getModifiedby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Webwizard 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 Webwizard 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–2021. All rights reserved.