public class Connector extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Connector.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Connector() |
protected String connectoridunique
protected String _owninguser_value
protected String iconblob_url
protected String _createdonbehalfby_value
protected BooleanManagedProperty iscustomizable
protected String description
protected OffsetDateTime overwritetime
protected String displayname
protected String _modifiedonbehalfby_value
protected Integer timezoneruleversionnumber
protected String name
protected String _ownerid_value
protected Integer connectortype
protected String connectorinternalid
protected OffsetDateTime createdon
protected Integer componentstate
protected String solutionid
protected String connectorid
protected Integer statecode
protected Boolean ismanaged
protected OffsetDateTime modifiedon
protected String iconbrandcolor
protected String _owningbusinessunit_value
protected String _modifiedby_value
protected Integer utcconversiontimezonecode
protected Long versionnumber
protected String introducedversion
protected String openapidefinition
protected String connectionparameters
protected String _createdby_value
protected String policytemplateinstances
protected Integer importsequencenumber
protected byte[] iconblob
protected String iconblobid
protected Integer statuscode
protected Long iconblob_timestamp
protected String _owningteam_value
protected OffsetDateTime overriddencreatedon
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Connector.Builder builderConnector()
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 Connector with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<BooleanManagedProperty> getIscustomizable()
public Connector withIscustomizable(BooleanManagedProperty iscustomizable)
public Optional<OffsetDateTime> getOverwritetime()
public Connector withOverwritetime(OffsetDateTime overwritetime)
public Connector with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Connector withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Optional<OffsetDateTime> getCreatedon()
public Connector withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Connector withModifiedon(OffsetDateTime modifiedon)
public Connector with_owningbusinessunit_value(String _owningbusinessunit_value)
public Connector withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Connector withPolicytemplateinstances(String policytemplateinstances)
public Optional<byte[]> getIconblob()
public Connector withIconblob(byte[] iconblob)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Connector withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Connector withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public SyncerrorCollectionRequest getConnector_SyncErrors()
public DuplicaterecordCollectionRequest getConnector_DuplicateMatchingRecord()
public DuplicaterecordCollectionRequest getConnector_DuplicateBaseRecord()
public AsyncoperationCollectionRequest getConnector_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getConnector_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getConnector_ProcessSession()
public BulkdeletefailureCollectionRequest getConnector_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getConnector_PrincipalObjectAttributeAccesses()
public ConnectionreferenceCollectionRequest getConnector_connectionreference()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Connector 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 Connector 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.