Package microsoft.dynamics.crm.entity
Class Fax
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Activitypointer
-
- microsoft.dynamics.crm.entity.Fax
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Fax extends Activitypointer implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFax.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringbillingcodeprotected Stringcategoryprotected Stringcoverpagenameprotected Booleandirectioncodeprotected Stringfaxnumberprotected Integerimportsequencenumberprotected Integernumberofpagesprotected OffsetDateTimeoverriddencreatedonprotected Stringsubcategoryprotected UUIDsubscriptionidprotected Stringtsid-
Fields inherited from class microsoft.dynamics.crm.entity.Activitypointer
_createdby_value, _createdonbehalfby_value, _modifiedby_value, _modifiedonbehalfby_value, _ownerid_value, _owningbusinessunit_value, _owningteam_value, _owninguser_value, _regardingobjectid_value, _sendermailboxid_value, _slaid_value, _slainvokedid_value, _transactioncurrencyid_value, activityadditionalparams, activityid, activitytypecode, actualdurationminutes, actualend, actualstart, community, createdon, deliverylastattemptedon, deliveryprioritycode, description, exchangeitemid, exchangerate, exchangeweblink, instancetypecode, isbilled, ismapiprivate, isregularactivity, isworkflowcreated, lastonholdtime, leftvoicemail, modifiedon, onholdtime, postponeactivityprocessinguntil, prioritycode, processid, scheduleddurationminutes, scheduledend, scheduledstart, senton, seriesid, sortdate, stageid, statecode, statuscode, subject, timezoneruleversionnumber, traversedpath, utcconversiontimezonecode, versionnumber
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFax()
-
Method Summary
-
Methods inherited from class microsoft.dynamics.crm.entity.Activitypointer
get_createdby_value, get_createdonbehalfby_value, get_modifiedby_value, get_modifiedonbehalfby_value, get_ownerid_value, get_owningbusinessunit_value, get_owningteam_value, get_owninguser_value, get_regardingobjectid_value, get_sendermailboxid_value, get_slaid_value, get_slainvokedid_value, get_transactioncurrencyid_value, getActivity_pointer_activity_mime_attachment, getActivity_pointer_appointment, getActivity_pointer_email, getActivity_pointer_fax, getActivity_pointer_letter, getActivity_pointer_phonecall, getActivity_pointer_recurrencerule, getActivity_pointer_recurringappointmentmaster, getActivity_pointer_socialactivity, getActivity_pointer_task, getActivityadditionalparams, getActivityid, getActivitypointer_activity_parties, getActivityPointer_AsyncOperations, getActivityPointer_BulkDeleteFailures, getActivitypointer_connections1, getActivitypointer_connections2, getActivityPointer_QueueItem, getActivitytypecode, getActualdurationminutes, getActualend, getActualstart, getCommunity, getCreatedby, getCreatedon, getCreatedonbehalfby, getDeliverylastattemptedon, getDeliveryprioritycode, getDescription, getExchangeitemid, getExchangerate, getExchangeweblink, getInstancetypecode, getIsbilled, getIsmapiprivate, getIsregularactivity, getIsworkflowcreated, getLastonholdtime, getLeftvoicemail, getModifiedby, getModifiedon, getModifiedonbehalfby, getOnholdtime, getOwnerid, getOwningbusinessunit, getOwningteam, getOwninguser, getPostponeactivityprocessinguntil, getPrioritycode, getProcessid, getRegardingobjectid_account, getRegardingobjectid_contact, getRegardingobjectid_knowledgearticle, getRegardingobjectid_knowledgebaserecord, getRegardingobjectid_new_interactionforemail, getScheduleddurationminutes, getScheduledend, getScheduledstart, getSendermailboxid, getSenton, getSeriesid, getSla_activitypointer_sla, getSlainvokedid_activitypointer_sla, getSlakpiinstance_activitypointer, getSortdate, getStageid, getStatecode, getStatuscode, getSubject, getTimezoneruleversionnumber, getTransactioncurrencyid, getTraversedpath, getUtcconversiontimezonecode, getVersionnumber, with_createdby_value, with_createdonbehalfby_value, with_modifiedby_value, with_modifiedonbehalfby_value, with_ownerid_value, with_owningbusinessunit_value, with_owningteam_value, with_owninguser_value, with_regardingobjectid_value, with_sendermailboxid_value, with_slaid_value, with_slainvokedid_value, with_transactioncurrencyid_value, withActivityadditionalparams, withActivityid, withActivitytypecode, withActualdurationminutes, withActualend, withActualstart, withCommunity, withCreatedon, withDeliverylastattemptedon, withDeliveryprioritycode, withDescription, withExchangeitemid, withExchangerate, withExchangeweblink, withInstancetypecode, withIsbilled, withIsmapiprivate, withIsregularactivity, withIsworkflowcreated, withLastonholdtime, withLeftvoicemail, withModifiedon, withOnholdtime, withPostponeactivityprocessinguntil, withPrioritycode, withProcessid, withScheduleddurationminutes, withScheduledend, withScheduledstart, withSenton, withSeriesid, withSortdate, withStageid, withStatecode, withStatuscode, withSubject, withTimezoneruleversionnumber, withTraversedpath, withUtcconversiontimezonecode, withVersionnumber
-
-
-
-
Field Detail
-
tsid
protected String tsid
-
numberofpages
protected Integer numberofpages
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
subcategory
protected String subcategory
-
subscriptionid
protected UUID subscriptionid
-
importsequencenumber
protected Integer importsequencenumber
-
directioncode
protected Boolean directioncode
-
faxnumber
protected String faxnumber
-
coverpagename
protected String coverpagename
-
billingcode
protected String billingcode
-
category
protected String category
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classActivitypointer
-
builderFax
public static Fax.Builder builderFax()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classActivitypointer
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classActivitypointer
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Fax withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
withUnmappedField
public Fax withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classActivitypointer
-
getRegardingobjectid_knowledgebaserecord_fax
public KnowledgebaserecordRequest getRegardingobjectid_knowledgebaserecord_fax()
-
getFax_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getFax_BulkDeleteFailures()
-
getStageid_processstage
public ProcessstageRequest getStageid_processstage()
-
getOwningbusinessunit_fax
public BusinessunitRequest getOwningbusinessunit_fax()
-
getRegardingobjectid_account_fax
public AccountRequest getRegardingobjectid_account_fax()
-
getFax_Annotation
public AnnotationCollectionRequest getFax_Annotation()
-
getFax_actioncard
public ActioncardCollectionRequest getFax_actioncard()
-
getCreatedby_fax
public SystemuserRequest getCreatedby_fax()
-
getCreatedonbehalfby_fax
public SystemuserRequest getCreatedonbehalfby_fax()
-
getTransactioncurrencyid_fax
public TransactioncurrencyRequest getTransactioncurrencyid_fax()
-
getOwningteam_fax
public TeamRequest getOwningteam_fax()
-
getFax_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getFax_DuplicateMatchingRecord()
-
getRegardingobjectid_knowledgearticle_fax
public KnowledgearticleRequest getRegardingobjectid_knowledgearticle_fax()
-
getOwninguser_fax
public SystemuserRequest getOwninguser_fax()
-
getSla_fax_sla
public SlaRequest getSla_fax_sla()
-
getFax_QueueItem
public QueueitemCollectionRequest getFax_QueueItem()
-
getFax_activity_parties
public ActivitypartyCollectionRequest getFax_activity_parties()
-
getFax_principalobjectattributeaccess
public PrincipalobjectattributeaccessCollectionRequest getFax_principalobjectattributeaccess()
-
getModifiedby_fax
public SystemuserRequest getModifiedby_fax()
-
getModifiedonbehalfby_fax
public SystemuserRequest getModifiedonbehalfby_fax()
-
getActivityid_activitypointer
public ActivitypointerRequest getActivityid_activitypointer()
-
getFax_connections2
public ConnectionCollectionRequest getFax_connections2()
-
getSlainvokedid_fax_sla
public SlaRequest getSlainvokedid_fax_sla()
-
getFax_ProcessSessions
public ProcesssessionCollectionRequest getFax_ProcessSessions()
-
getRegardingobjectid_contact_fax
public ContactRequest getRegardingobjectid_contact_fax()
-
getSlakpiinstance_fax
public SlakpiinstanceCollectionRequest getSlakpiinstance_fax()
-
getFax_connections1
public ConnectionCollectionRequest getFax_connections1()
-
getFax_SyncErrors
public SyncerrorCollectionRequest getFax_SyncErrors()
-
getFax_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getFax_DuplicateBaseRecord()
-
getFax_AsyncOperations
public AsyncoperationCollectionRequest getFax_AsyncOperations()
-
getOwnerid_fax
public PrincipalRequest getOwnerid_fax()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classActivitypointer
-
patch
public Fax patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classActivitypointer- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Fax put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classActivitypointer- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classActivitypointer
-
-