Package microsoft.dynamics.crm.entity
Class Report
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Report
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Report extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReport.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReport()
-
Method Summary
-
-
-
Field Detail
-
isscheduledreport
protected Boolean isscheduledreport
-
solutionid
protected UUID solutionid
-
description
protected String description
-
_ownerid_value
protected UUID _ownerid_value
-
overwritetime
protected OffsetDateTime overwritetime
-
reportnameonsrs
protected String reportnameonsrs
-
signaturelcid
protected Integer signaturelcid
-
queryinfo
protected String queryinfo
-
createdon
protected OffsetDateTime createdon
-
modifiedon
protected OffsetDateTime modifiedon
-
bodytext
protected String bodytext
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
signaturedate
protected OffsetDateTime signaturedate
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
customreportxml
protected String customreportxml
-
iscustomreport
protected Boolean iscustomreport
-
schedulexml
protected String schedulexml
-
reportid
protected UUID reportid
-
_owningteam_value
protected UUID _owningteam_value
-
mimetype
protected String mimetype
-
signatureminorversion
protected Integer signatureminorversion
-
filename
protected String filename
-
languagecode
protected Integer languagecode
-
_createdby_value
protected UUID _createdby_value
-
signatureid
protected UUID signatureid
-
bodyurl
protected String bodyurl
-
defaultfilter
protected String defaultfilter
-
_owninguser_value
protected UUID _owninguser_value
-
ispersonal
protected Boolean ispersonal
-
_parentreportid_value
protected UUID _parentreportid_value
-
componentstate
protected Integer componentstate
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
rdlhash
protected Integer rdlhash
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
originalbodytext
protected String originalbodytext
-
_modifiedby_value
protected UUID _modifiedby_value
-
introducedversion
protected String introducedversion
-
reportidunique
protected UUID reportidunique
-
versionnumber
protected Long versionnumber
-
filesize
protected Integer filesize
-
bodybinary
protected String bodybinary
-
bodybinary_binary
protected byte[] bodybinary_binary
-
reporttypecode
protected Integer reporttypecode
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
ismanaged
protected Boolean ismanaged
-
signaturemajorversion
protected Integer signaturemajorversion
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
createdinmajorversion
protected Integer createdinmajorversion
-
name
protected String name
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderReport
public static Report.Builder builderReport()
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 classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Report withOverwritetime(OffsetDateTime overwritetime)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Report withCreatedon(OffsetDateTime createdon)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Report withModifiedon(OffsetDateTime modifiedon)
-
with_createdonbehalfby_value
public Report with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getSignaturedate
public Optional<OffsetDateTime> getSignaturedate()
-
withSignaturedate
public Report withSignaturedate(OffsetDateTime signaturedate)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Report withIscustomizable(BooleanManagedProperty iscustomizable)
-
withTimezoneruleversionnumber
public Report withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_modifiedonbehalfby_value
public Report with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getBodybinary_binary
public Optional<byte[]> getBodybinary_binary()
-
withBodybinary_binary
public Report withBodybinary_binary(byte[] bodybinary_binary)
-
with_owningbusinessunit_value
public Report with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
withUtcconversiontimezonecode
public Report withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withUnmappedField
public Report withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getReport_AsyncOperations
public AsyncoperationCollectionRequest getReport_AsyncOperations()
-
getReport_reportcategories
public ReportcategoryCollectionRequest getReport_reportcategories()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getReport_ProcessSessions
public ProcesssessionCollectionRequest getReport_ProcessSessions()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getReport_SyncErrors
public SyncerrorCollectionRequest getReport_SyncErrors()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getParentreportid
public ReportRequest getParentreportid()
-
getReport_parent_report
public ReportCollectionRequest getReport_parent_report()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Report patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Report put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
downloadReportDefinition
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<DownloadReportDefinitionResponse> downloadReportDefinition()
-
getReportHistoryLimit
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GetReportHistoryLimitResponse> getReportHistoryLimit()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-