public class Queue extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Queue.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Queue() |
protected Long entityimage_timestamp
protected Long versionnumber
protected String name
protected Integer queueviewtype
protected String entityimage_url
protected Integer outgoingemaildeliverymethod
protected String _owningbusinessunit_value
protected String _modifiedby_value
protected Boolean ignoreunsolicitedemail
protected String emailaddress
protected Integer incomingemaildeliverymethod
protected String _ownerid_value
protected Integer importsequencenumber
protected String _owninguser_value
protected String description
protected byte[] entityimage
protected String _createdby_value
protected String _createdonbehalfby_value
protected Integer statecode
protected String _organizationid_value
protected Integer statuscode
protected String _modifiedonbehalfby_value
protected BigDecimal exchangerate
protected String _transactioncurrencyid_value
protected String entityimageid
protected String queueid
protected Integer emailrouteraccessapproval
protected String _defaultmailbox_value
protected OffsetDateTime modifiedon
protected OffsetDateTime overriddencreatedon
protected Boolean isemailaddressapprovedbyo365admin
protected OffsetDateTime createdon
protected Integer numberofmembers
protected String _owningteam_value
protected Integer queuetypecode
protected Integer incomingemailfilteringmethod
protected Integer numberofitems
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Queue.Builder builderQueue()
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 Queue withOutgoingemaildeliverymethod(Integer outgoingemaildeliverymethod)
public Queue with_owningbusinessunit_value(String _owningbusinessunit_value)
public Queue withIncomingemaildeliverymethod(Integer incomingemaildeliverymethod)
public Optional<byte[]> getEntityimage()
public Queue withEntityimage(byte[] entityimage)
public Queue with_createdonbehalfby_value(String _createdonbehalfby_value)
public Queue with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<BigDecimal> getExchangerate()
public Queue withExchangerate(BigDecimal exchangerate)
public Queue with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Queue withEmailrouteraccessapproval(Integer emailrouteraccessapproval)
public Optional<OffsetDateTime> getModifiedon()
public Queue withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Queue withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Optional<Boolean> getIsemailaddressapprovedbyo365admin()
public Queue withIsemailaddressapprovedbyo365admin(Boolean isemailaddressapprovedbyo365admin)
public Optional<OffsetDateTime> getCreatedon()
public Queue withCreatedon(OffsetDateTime createdon)
public Queue withIncomingemailfilteringmethod(Integer incomingemailfilteringmethod)
public Queue withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic MailboxRequest getDefaultmailbox()
public ProcesssessionCollectionRequest getQueue_ProcessSessions()
public BulkdeletefailureCollectionRequest getQueue_BulkDeleteFailures()
public BusinessunitRequest getBusinessunitid()
public OrganizationRequest getOrganizationid()
public PostfollowCollectionRequest getQueue_PostFollows()
public MailboxCollectionRequest getMailbox_regarding_queue()
public TeamCollectionRequest getQueue_team()
public QueueitemCollectionRequest getQueue_entries()
public ActivitypartyCollectionRequest getQueue_activity_parties()
public AsyncoperationCollectionRequest getQueue_AsyncOperations()
public BusinessunitRequest getOwningbusinessunit()
public PrincipalRequest getOwnerid()
public SystemuserRequest getPrimaryuserid()
public EmailCollectionRequest getQueue_Email_EmailSender()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserCollectionRequest getQueuemembership_association()
public TransactioncurrencyRequest getTransactioncurrencyid()
public SyncerrorCollectionRequest getQueue_SyncErrors()
public SystemuserCollectionRequest getQueue_system_user()
public PostregardingCollectionRequest getQueue_PostRegardings()
public PrincipalobjectattributeaccessCollectionRequest getQueue_principalobjectattributeaccess()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public DuplicaterecordCollectionRequest getQueue_DuplicateMatchingRecord()
public DuplicaterecordCollectionRequest getQueue_DuplicateBaseRecord()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Queue 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 Queue 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.ActionRequestNoReturn addPrincipalToQueue(Crmbaseentity principal)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AddToQueueResponse> addToQueue(Crmbaseentity target, Queue sourceQueue, Queueitem queueItemProperties)
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.