Uses of Class
microsoft.dynamics.crm.entity.Report
-
Packages that use Report Package Description microsoft.dynamics.crm.entity -
-
Uses of Report in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Report Modifier and Type Method Description ReportReport.Builder. build()ReportReport. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ReportReport. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ReportReport. with_createdby_value(UUID _createdby_value)ReportReport. with_createdonbehalfby_value(UUID _createdonbehalfby_value)ReportReport. with_modifiedby_value(UUID _modifiedby_value)ReportReport. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)ReportReport. with_ownerid_value(UUID _ownerid_value)ReportReport. with_owningbusinessunit_value(UUID _owningbusinessunit_value)ReportReport. with_owningteam_value(UUID _owningteam_value)ReportReport. with_owninguser_value(UUID _owninguser_value)ReportReport. with_parentreportid_value(UUID _parentreportid_value)ReportReport. withBodybinary(String bodybinary)ReportReport. withBodybinary_binary(byte[] bodybinary_binary)ReportReport. withBodytext(String bodytext)ReportReport. withBodyurl(String bodyurl)ReportReport. withComponentstate(Integer componentstate)ReportReport. withCreatedinmajorversion(Integer createdinmajorversion)ReportReport. withCreatedon(OffsetDateTime createdon)ReportReport. withCustomreportxml(String customreportxml)ReportReport. withDefaultfilter(String defaultfilter)ReportReport. withDescription(String description)ReportReport. withFilename(String filename)ReportReport. withFilesize(Integer filesize)ReportReport. withIntroducedversion(String introducedversion)ReportReport. withIscustomizable(BooleanManagedProperty iscustomizable)ReportReport. withIscustomreport(Boolean iscustomreport)ReportReport. withIsmanaged(Boolean ismanaged)ReportReport. withIspersonal(Boolean ispersonal)ReportReport. withIsscheduledreport(Boolean isscheduledreport)ReportReport. withLanguagecode(Integer languagecode)ReportReport. withMimetype(String mimetype)ReportReport. withModifiedon(OffsetDateTime modifiedon)ReportReport. withName(String name)ReportReport. withOriginalbodytext(String originalbodytext)ReportReport. withOverwritetime(OffsetDateTime overwritetime)ReportReport. withQueryinfo(String queryinfo)ReportReport. withRdlhash(Integer rdlhash)ReportReport. withReportid(UUID reportid)ReportReport. withReportidunique(UUID reportidunique)ReportReport. withReportnameonsrs(String reportnameonsrs)ReportReport. withReporttypecode(Integer reporttypecode)ReportReport. withSchedulexml(String schedulexml)ReportReport. withSignaturedate(OffsetDateTime signaturedate)ReportReport. withSignatureid(UUID signatureid)ReportReport. withSignaturelcid(Integer signaturelcid)ReportReport. withSignaturemajorversion(Integer signaturemajorversion)ReportReport. withSignatureminorversion(Integer signatureminorversion)ReportReport. withSolutionid(UUID solutionid)ReportReport. withTimezoneruleversionnumber(Integer timezoneruleversionnumber)ReportReport. withUnmappedField(String name, String value)ReportReport. withUtcconversiontimezonecode(Integer utcconversiontimezonecode)ReportReport. withVersionnumber(Long versionnumber)
-