public class Webresource extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Webresource.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Webresource() |
protected OffsetDateTime overwritetime
protected String solutionid
protected Long versionnumber
protected Integer componentstate
protected String _modifiedonbehalfby_value
protected String _modifiedby_value
protected Integer webresourcetype
protected BooleanManagedProperty ishidden
protected String description
protected BooleanManagedProperty canbedeleted
protected String introducedversion
protected String content
protected byte[] content_binary
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected Integer languagecode
protected String contentjson
protected String _createdby_value
protected Boolean isenabledformobileclient
protected String webresourceidunique
protected String webresourceid
protected String _organizationid_value
protected BooleanManagedProperty iscustomizable
protected String dependencyxml
protected String silverlightversion
protected Boolean ismanaged
protected OffsetDateTime createdon
protected Boolean isavailableformobileoffline
protected String displayname
protected String name
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Webresource.Builder builderWebresource()
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> getOverwritetime()
public Webresource withOverwritetime(OffsetDateTime overwritetime)
public Webresource withSolutionid(String solutionid)
public Webresource withVersionnumber(Long versionnumber)
public Webresource withComponentstate(Integer componentstate)
public Webresource with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Webresource with_modifiedby_value(String _modifiedby_value)
public Webresource withWebresourcetype(Integer webresourcetype)
public Optional<BooleanManagedProperty> getIshidden()
public Webresource withIshidden(BooleanManagedProperty ishidden)
public Webresource withDescription(String description)
public Optional<BooleanManagedProperty> getCanbedeleted()
public Webresource withCanbedeleted(BooleanManagedProperty canbedeleted)
public Webresource withIntroducedversion(String introducedversion)
public Webresource withContent(String content)
public Optional<byte[]> getContent_binary()
public Webresource withContent_binary(byte[] content_binary)
public Webresource with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Webresource withModifiedon(OffsetDateTime modifiedon)
public Webresource withLanguagecode(Integer languagecode)
public Webresource withContentjson(String contentjson)
public Webresource with_createdby_value(String _createdby_value)
public Webresource withIsenabledformobileclient(Boolean isenabledformobileclient)
public Webresource withWebresourceidunique(String webresourceidunique)
public Webresource withWebresourceid(String webresourceid)
public Webresource with_organizationid_value(String _organizationid_value)
public Optional<BooleanManagedProperty> getIscustomizable()
public Webresource withIscustomizable(BooleanManagedProperty iscustomizable)
public Webresource withDependencyxml(String dependencyxml)
public Webresource withSilverlightversion(String silverlightversion)
public Webresource withIsmanaged(Boolean ismanaged)
public Optional<OffsetDateTime> getCreatedon()
public Webresource withCreatedon(OffsetDateTime createdon)
public Webresource withIsavailableformobileoffline(Boolean isavailableformobileoffline)
public Webresource withDisplayname(String displayname)
public Webresource withName(String name)
public Webresource withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SolutionCollectionRequest getSolution_configuration_webresource()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedby()
public UserqueryvisualizationCollectionRequest getWebresource_userqueryvisualizations()
public SystemuserRequest getCreatedonbehalfby()
public SavedqueryvisualizationCollectionRequest getWebresource_savedqueryvisualizations()
public ThemeCollectionRequest getLk_theme_logoid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Webresource 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 Webresource 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 com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Webresource> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.