public class Solution extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Solution.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_configurationpageid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
_parentsolutionid_value |
protected String |
_publisherid_value |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
friendlyname |
protected OffsetDateTime |
installedon |
protected Boolean |
isapimanaged |
protected Boolean |
ismanaged |
protected Boolean |
isvisible |
protected OffsetDateTime |
modifiedon |
protected String |
pinpointassetid |
protected Long |
pinpointpublisherid |
protected String |
pinpointsolutiondefaultlocale |
protected Long |
pinpointsolutionid |
protected String |
solutionid |
protected String |
solutionpackageversion |
protected Integer |
solutiontype |
protected String |
uniquename |
protected OffsetDateTime |
updatedon |
protected String |
version |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Solution() |
protected String solutionid
protected Long pinpointsolutionid
protected String _publisherid_value
protected String _organizationid_value
protected String pinpointassetid
protected Boolean isvisible
protected OffsetDateTime modifiedon
protected OffsetDateTime installedon
protected String uniquename
protected String solutionpackageversion
protected String _configurationpageid_value
protected String _parentsolutionid_value
protected OffsetDateTime updatedon
protected Boolean ismanaged
protected String _modifiedonbehalfby_value
protected String _modifiedby_value
protected Long versionnumber
protected String _createdonbehalfby_value
protected String _createdby_value
protected Long pinpointpublisherid
protected OffsetDateTime createdon
protected String pinpointsolutiondefaultlocale
protected String description
protected Boolean isapimanaged
protected String version
protected String friendlyname
protected Integer solutiontype
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Solution.Builder builderSolution()
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> getModifiedon()
public Solution withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getInstalledon()
public Solution withInstalledon(OffsetDateTime installedon)
public Solution withSolutionpackageversion(String solutionpackageversion)
public Solution with_configurationpageid_value(String _configurationpageid_value)
public Solution with_parentsolutionid_value(String _parentsolutionid_value)
public Optional<OffsetDateTime> getUpdatedon()
public Solution withUpdatedon(OffsetDateTime updatedon)
public Solution with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Solution with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Solution withCreatedon(OffsetDateTime createdon)
public Solution withPinpointsolutiondefaultlocale(String pinpointsolutiondefaultlocale)
public Solution withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public WebresourceRequest getConfigurationpageid()
public SolutioncomponentCollectionRequest getSolution_solutioncomponent()
public PublisherRequest getPublisherid()
public SyncerrorCollectionRequest getSolution_SyncErrors()
public OrganizationRequest getOrganizationid()
public SolutionRequest getParentsolutionid()
public SolutionCollectionRequest getSolution_parent_solution()
public SystemuserRequest getCreatedonbehalfby()
public FileattachmentCollectionRequest getRegardingobjectid_fileattachment_solution()
public CanvasappCollectionRequest getFK_CanvasApp_Solution()
public FieldpermissionCollectionRequest getSolution_fieldpermission()
public FieldsecurityprofileCollectionRequest getSolution_fieldsecurityprofile()
public PrivilegeCollectionRequest getSolution_privilege()
public RoleCollectionRequest getSolution_role()
public FileattachmentRequest getFileid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Solution 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 Solution 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.