Packages

t

io.growing.graphql.resolver

GrowingIOMutationResolver

trait GrowingIOMutationResolver extends AnyRef

Resolver for Mutation

Annotations
@Generated()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrowingIOMutationResolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def acceptAccountApplication(id: String, input: AccountApplicationInputDto): Boolean
    Annotations
    @NotNull()
  2. abstract def addCategoryResource(categoryResource: CategoryResourceInputDto): CategoryResourceDto

    向分类添加资源

  3. abstract def addMemberToProjects(input: List[AddMemberToProjectInputDto]): Boolean
    Annotations
    @NotNull()
  4. abstract def addMembersToDataCenterRole(memberIds: List[String], roleId: String): Boolean
    Annotations
    @NotNull()
  5. abstract def addMembersToDepartment(memberIds: List[String], departmentId: String): Boolean
    Annotations
    @NotNull()
  6. abstract def addMembersToProjectRole(projectId: String, input: AddMembersToProjectRoleInputDto): Boolean
    Annotations
    @NotNull()
  7. abstract def addProjectMembers(input: AddProjectMembersInputDto): Boolean
    Annotations
    @NotNull()
  8. abstract def assignUserProjectRole(projectId: String, input: AssignUserProjectRoleInputDto): Boolean
    Annotations
    @NotNull()
  9. abstract def batchDeleteComplexMetrics(projectId: String, ids: List[String]): Boolean

    批量删除计算指标

  10. abstract def batchDeleteDashboards(projectId: String, ids: List[String]): Boolean
  11. abstract def batchDeleteDataCenterCustomEvents(ids: List[String]): Boolean

    数据中心 批量删除打点事件

  12. abstract def batchDeleteDataCenterEventVariables(ids: List[String]): Boolean

    数据中心 批量删除事件变量

  13. abstract def batchDeleteDataCenterItemModels(ids: List[String]): Boolean

    数据中心 批量删除物品模型

  14. abstract def batchDeleteDataCenterItemVariables(ids: List[String]): Boolean

    数据中心 批量删除物品变量

  15. abstract def batchDeleteDataCenterTags(ids: List[String]): Boolean
  16. abstract def batchDeleteDataCenterUserVariables(ids: List[String]): Boolean

    数据中心 更批量删除用户属性

  17. abstract def batchDeleteElements(projectId: String, ids: List[String]): Boolean

    无埋点 批量删除元素

  18. abstract def batchDeleteEventAnalyses(projectId: String, ids: List[String]): Boolean
  19. abstract def batchDeleteFrequencyAnalyses(projectId: String, ids: List[String]): Boolean
  20. abstract def batchDeleteFunnelAnalyses(projectId: String, ids: List[String]): Boolean
  21. abstract def batchDeleteKpiAnalyses(projectId: String, ids: List[String]): Boolean
  22. abstract def batchDeleteOlapEventAnalyses(projectId: String, ids: List[String]): Boolean

    批量删除新事件分析图

  23. abstract def batchDeleteRetentionAnalyses(projectId: String, ids: List[String]): Boolean
  24. abstract def batchDeleteSegments(projectId: String, ids: List[String]): Boolean
  25. abstract def batchDeleteTencentPortrait(projectId: String, ids: List[String]): Boolean
  26. abstract def batchDeleteTunnels(ids: List[String]): Boolean
  27. abstract def batchUpdateDataCenterResourceAcl(resourceType: String, resourceIds: List[String], readers: List[String], editors: List[String], projectId: String): Boolean
  28. abstract def batchUpdateSubscriptions(projectId: String, type: SubscriptionTypeDto, subscriptions: List[SubscriptionInputDto]): Boolean
  29. abstract def createAccount(email: String, roleId: String, permissions: List[String], extra: String): CreateAccountReplyDto
  30. abstract def createAccountApplication(input: AccountApplicationInputDto): Boolean
    Annotations
    @NotNull()
  31. abstract def createAnalysisAlert(projectId: String, analysisAlert: AnalysisAlertsInputDto): AnalysisAlertsDto

    创建分析预警

    创建分析预警

    Annotations
    @NotNull()
  32. abstract def createCategory(category: CategoryInputDto): CategoryDto

    创建分类

  33. abstract def createComplexMetric(projectId: String, complexMetric: ComplexMetricInputDto): ComplexMetricDto

    创建计算指标

    创建计算指标

    Annotations
    @NotNull()
  34. abstract def createDashboard(projectId: String, dashboard: DashboardInputDto): DashboardDto
    Annotations
    @NotNull()
  35. abstract def createDashboardComment(projectId: String, dashboardComment: DashboardCommentInputDto): DashboardCommentDto
    Annotations
    @NotNull()
  36. abstract def createDataCenterCustomEvent(customEvent: CustomEventInputDto): CustomEventDto

    数据中心 创建打点事件

    数据中心 创建打点事件

    Annotations
    @NotNull()
  37. abstract def createDataCenterEventVariable(eventVariable: VariableInputDto): EventVariableDto

    数据中心 创建事件变量

    数据中心 创建事件变量

    Annotations
    @NotNull()
  38. abstract def createDataCenterItemModel(itemModel: ItemModelInputDto): ItemModelDto

    数据中心 创建物品模型

    数据中心 创建物品模型

    Annotations
    @NotNull()
  39. abstract def createDataCenterRole(role: RoleInputDto): DataCenterRoleDto
    Annotations
    @NotNull()
  40. abstract def createDataCenterTag(tag: TagInputDto): TagDto
    Annotations
    @NotNull()
  41. abstract def createDataCenterUserVariable(userVariable: VariableInputDto): UserVariableDto

    数据中心 创建用户属性

    数据中心 创建用户属性

    Annotations
    @NotNull()
  42. abstract def createDepartment(department: DepartmentInputDto): DepartmentDto
    Annotations
    @NotNull()
  43. abstract def createElement(projectId: String, element: ElementInputDto): ElementDto

    无埋点 创建元素

    无埋点 创建元素

    Annotations
    @NotNull()
  44. abstract def createEventAnalysis(projectId: String, eventAnalysis: EventAnalysisInputDto): EventAnalysisDto
    Annotations
    @NotNull()
  45. abstract def createEventImportJob(tunnelId: String, timeRange: String): EventImportJobDto
    Annotations
    @NotNull()
  46. abstract def createFrequencyAnalysis(projectId: String, frequencyAnalysis: FrequencyAnalysisInputDto): FrequencyAnalysisDto
    Annotations
    @NotNull()
  47. abstract def createFrequencyDrillDownSegment(projectId: String, frequencyDrillDownSegment: FrequencyDrillDownSegmentInputDto): DrillDownSegmentReplyDto
    Annotations
    @NotNull()
  48. abstract def createFrequencyDrillDownSegmentSnapshot(projectId: String, frequencyDrillDownSegment: FrequencyDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
    Annotations
    @NotNull()
  49. abstract def createFunnelAnalysis(projectId: String, funnelAnalysis: FunnelAnalysisInputDto): FunnelAnalysisDto
    Annotations
    @NotNull()
  50. abstract def createFunnelDrillDownSegment(projectId: String, funnelDrillDownSegment: FunnelDrillDownSegmentInputDto): DrillDownSegmentReplyDto
    Annotations
    @NotNull()
  51. abstract def createFunnelDrillDownSegmentSnapshot(projectId: String, funnelDrillDownSegment: FunnelDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
    Annotations
    @NotNull()
  52. abstract def createKpiAnalysis(projectId: String, kpiAnalysis: KpiAnalysisInputDto): KpiAnalysisDto
    Annotations
    @NotNull()
  53. abstract def createMember(input: MemberInputDto): MemberDto
    Annotations
    @NotNull()
  54. abstract def createNotificationTask(input: NotificationTaskInputDto): NotificationTaskDto
  55. abstract def createOlapEventAnalysis(projectId: String, olapEventAnalysis: OlapEventAnalysisInputDto): EventAnalysisDto

    创建新事件分析图

    创建新事件分析图

    Annotations
    @NotNull()
  56. abstract def createProject(project: ProjectInputDto): ProjectDto
    Annotations
    @NotNull()
  57. abstract def createProjectRole(projectId: String, role: RoleInputDto): ProjectRoleDto
    Annotations
    @NotNull()
  58. abstract def createRetentionAnalysis(projectId: String, retentionAnalysis: RetentionAnalysisInputDto): RetentionAnalysisDto
    Annotations
    @NotNull()
  59. abstract def createRetentionDrillDownSegment(projectId: String, retentionDrillDownSegment: RetentionDrillDownSegmentInputDto): DrillDownSegmentReplyDto
    Annotations
    @NotNull()
  60. abstract def createRetentionDrillDownSegmentSnapshot(projectId: String, retentionDrillDownSegment: RetentionDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
    Annotations
    @NotNull()
  61. abstract def createSegment(projectId: String, segment: SegmentInputDto): SegmentDto
    Annotations
    @NotNull()
  62. abstract def createSegmentSnapshot(projectId: String, compute: ComputeDefinitionInputDto): SegmentSnapshotDto
    Annotations
    @NotNull()
  63. abstract def createSubscription(projectId: String, type: SubscriptionTypeDto, id: String): Boolean
  64. abstract def createTencentPortrait(projectId: String, tencentPortrait: TencentPortraitInputDto): TencentPortraitDto
    Annotations
    @NotNull()
  65. abstract def createTunnel(tunnel: TunnelInputDto): TunnelDto
    Annotations
    @NotNull()
  66. abstract def createWebHook(input: WebHookInputDto): WebHookDto
  67. abstract def dataCenterAddItemModelAttribute(id: String, attribute: ItemVariableInputDto): ItemVariableDto

    数据中心 物品模型添加属性

  68. abstract def deleteAccount(id: String): Boolean
  69. abstract def deleteAnalysisAlert(projectId: String, id: String): Boolean

    单条删除分析预警

    单条删除分析预警

    Annotations
    @NotNull()
  70. abstract def deleteAnalysisAlerts(projectId: String, ids: List[String]): Boolean
    Annotations
    @NotNull()
  71. abstract def deleteCategory(id: String): Boolean

    删除分类

  72. abstract def deleteComplexMetric(projectId: String, id: String): Boolean

    删除计算指标

  73. abstract def deleteDashboard(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  74. abstract def deleteDashboardComment(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  75. abstract def deleteDataCenterCustomEvent(id: String): Boolean

    数据中心 删除打点事件

  76. abstract def deleteDataCenterEventVariable(id: String): Boolean

    数据中心 删除事件变量

    数据中心 删除事件变量

    Annotations
    @NotNull()
  77. abstract def deleteDataCenterItemModel(id: String): Boolean

    数据中心 删除物品模型

    数据中心 删除物品模型

    Annotations
    @NotNull()
  78. abstract def deleteDataCenterItemVariable(id: String): Boolean

    数据中心 删除物品变量

    数据中心 删除物品变量

    Annotations
    @NotNull()
  79. abstract def deleteDataCenterRole(id: String): Boolean
  80. abstract def deleteDataCenterTag(id: String): Boolean
  81. abstract def deleteDataCenterUserVariable(id: String): Boolean

    数据中心 删除用户属性

    数据中心 删除用户属性

    Annotations
    @NotNull()
  82. abstract def deleteDepartment(id: String): Boolean
    Annotations
    @NotNull()
  83. abstract def deleteElement(projectId: String, id: String): Boolean

    无埋点 删除元素

  84. abstract def deleteEventAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  85. abstract def deleteFrequencyAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  86. abstract def deleteFunnelAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  87. abstract def deleteKpiAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  88. abstract def deleteNotificationTask(id: String): Boolean
    Annotations
    @NotNull()
  89. abstract def deleteOlapEventAnalysis(projectId: String, id: String): Boolean

    删除新事件分析图

    删除新事件分析图

    Annotations
    @NotNull()
  90. abstract def deleteProject(id: String): Boolean
    Annotations
    @NotNull()
  91. abstract def deleteProjectRole(input: DeleteProjectRoleInputDto): Boolean
    Annotations
    @NotNull()
  92. abstract def deleteRetentionAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  93. abstract def deleteSegment(projectId: String, id: String): Boolean
  94. abstract def deleteSubscription(projectId: String, type: SubscriptionTypeDto, id: String): Boolean
  95. abstract def deleteTencentPortrait(projectId: String, id: String): Boolean
  96. abstract def deleteTunnel(id: String): Boolean
  97. abstract def deleteUtmArgument(id: String): Boolean
    Annotations
    @NotNull()
  98. abstract def executeJob(id: String): JobResultDto
  99. abstract def forceComputeSegment(projectId: String, id: String): Boolean
  100. abstract def forceComputeTag(id: String): Boolean
  101. abstract def moveCategoryResources(categoryId: String, categoryResources: List[CategoryResourceInputDto]): List[CategoryResourceDto]

    向指定分类移动资源

  102. abstract def rejectAccountApplication(id: String): Boolean
    Annotations
    @NotNull()
  103. abstract def removeCategoryResources(categoryResources: List[CategoryResourceInputDto]): Boolean

    删除分类内资源

  104. abstract def removeProjectMembers(projectId: String, input: RemoveProjectMembersInputDto): Boolean
    Annotations
    @NotNull()
  105. abstract def resetAccountPassword(id: String): String
    Annotations
    @NotNull()
  106. abstract def resetPassword(input: ResetPasswordInputDto): Boolean
    Annotations
    @NotNull()
  107. abstract def settingPersonaMeasurements(projectId: String, measurements: List[MeasurementInputDto]): Boolean
    Annotations
    @NotNull()
  108. abstract def settingSegmentMeasurements(projectId: String, policy: SettingSegmentMeasurementPolicyDto, measurements: List[MeasurementInputDto], id: String): Boolean
    Annotations
    @NotNull()
  109. abstract def settingUtmArguments(utmArguments: List[UtmArgumentInputDto]): Boolean
    Annotations
    @NotNull()
  110. abstract def submitAnalysisExportJob(projectId: String, id: String, param: AnalysisExportJobParamDto, charset: String): AnalysisExportJobDto
    Annotations
    @NotNull()
  111. abstract def submitCreateTableJob(projectId: String, parameter: CreateTableJobParameterInputDto): CreateTableJobDto
    Annotations
    @NotNull()
  112. abstract def submitLogExportJob(q: AuditLogQueryInputDto, timeRange: String): AuditLogExportJobDto

    请求日志导出

    请求日志导出

    Annotations
    @NotNull()
  113. abstract def submitSegmentSnapshotUserExportJob(projectId: String, id: String, tags: List[String], properties: List[String], charset: String): SegmentUserExportJobDto
    Annotations
    @NotNull()
  114. abstract def submitSegmentUserExportJob(projectId: String, segmentId: String, tags: List[String], properties: List[String], charset: String): SegmentUserExportJobDto
    Annotations
    @NotNull()
  115. abstract def submitSegmentUserExportJobV2(projectId: String, parameter: ExportSegmentParameterInputDto): SegmentUserExportJobDto
    Annotations
    @NotNull()
  116. abstract def submitTagUserExportJob(tagId: String, exportFileName: String, properties: List[String], charset: String, detailExport: Boolean): TagUserExportJobDto

    提交用户标签导出任务 exportFileName: 导出的文件名称,不带后缀

    提交用户标签导出任务 exportFileName: 导出的文件名称,不带后缀

    Annotations
    @NotNull()
  117. abstract def submitTagUserExportJobByKey(parameter: TagUserExportJobByKeyInputDto): TagUserExportJobDto
    Annotations
    @NotNull()
  118. abstract def syncUbaCustomEvent(tunnelId: String, ubaCustomEvents: List[UbaCustomEventInputDto]): List[CustomEventDto]
    Annotations
    @NotNull()
  119. abstract def syncUbaUserVariable(tunnelId: String, ubaUserVariables: List[UbaUserVariableInputDto]): List[UserVariableDto]
    Annotations
    @NotNull()
  120. abstract def toggleProject(input: ToggleProjectInputDto): Boolean
    Annotations
    @NotNull()
  121. abstract def transferDataCenterOwner(transfereeId: String): Boolean
    Annotations
    @NotNull()
  122. abstract def transferProjectOwner(projectId: String, input: TransferProjectOwnerInputDto): Boolean
    Annotations
    @NotNull()
  123. abstract def transferProjectResources(input: TransferProjectResourcesInputDto): Boolean
    Annotations
    @NotNull()
  124. abstract def updateAccount(id: String, input: UpdateAccountInputDto): Boolean

    更新帐号信息

    更新帐号信息

    Annotations
    @NotNull()
  125. abstract def updateAccountApplicationSetting(input: AccountApplicationSettingInputDto): Boolean
    Annotations
    @NotNull()
  126. abstract def updateAnalysisAlert(projectId: String, id: String, analysisAlert: AnalysisAlertsInputDto): AnalysisAlertsDto

    更新分析预警

    更新分析预警

    Annotations
    @NotNull()
  127. abstract def updateCategory(id: String, category: CategoryInputDto): CategoryDto

    更新分类

  128. abstract def updateComplexMetric(projectId: String, id: String, complexMetric: ComplexMetricInputDto): ComplexMetricDto

    更新计算指标

    更新计算指标

    Annotations
    @NotNull()
  129. abstract def updateDashboard(projectId: String, id: String, dashboard: DashboardInputDto): DashboardDto
    Annotations
    @NotNull()
  130. abstract def updateDashboardComment(projectId: String, id: String, dashboardComment: DashboardCommentInputDto): DashboardCommentDto
    Annotations
    @NotNull()
  131. abstract def updateDataCenterCustomEvent(id: String, customEvent: CustomEventInputDto): CustomEventDto

    数据中心 更新打点事件

    数据中心 更新打点事件

    Annotations
    @NotNull()
  132. abstract def updateDataCenterEventVariable(id: String, eventVariable: VariableInputDto): EventVariableDto

    数据中心 更新事件变量

    数据中心 更新事件变量

    Annotations
    @NotNull()
  133. abstract def updateDataCenterInfo(dataCenterInfo: DataCenterInfoInputDto): Boolean
    Annotations
    @NotNull()
  134. abstract def updateDataCenterItemModel(id: String, itemModel: ItemModelInputDto): ItemModelDto

    数据中心 更新物品模型

    数据中心 更新物品模型

    Annotations
    @NotNull()
  135. abstract def updateDataCenterItemVariable(id: String, itemVariable: VariableInputDto): ItemVariableDto

    数据中心 更新物品变量

    数据中心 更新物品变量

    Annotations
    @NotNull()
  136. abstract def updateDataCenterResourceAcls(resourceType: String, resourceId: String, accessEntry: AccessEntryInputDto): Boolean
  137. abstract def updateDataCenterRole(id: String, role: RoleInputDto): Boolean
  138. abstract def updateDataCenterTag(id: String, tag: TagInputDto): TagDto
  139. abstract def updateDataCenterUserVariable(id: String, userVariable: VariableInputDto): UserVariableDto

    数据中心 更新用户属性

    数据中心 更新用户属性

    Annotations
    @NotNull()
  140. abstract def updateDepartment(id: String, department: DepartmentInputDto): DepartmentDto
    Annotations
    @NotNull()
  141. abstract def updateElement(projectId: String, id: String, element: ElementUpdateInputDto): ElementDto

    无埋点 更新元素

    无埋点 更新元素

    Annotations
    @NotNull()
  142. abstract def updateEventAnalysis(projectId: String, id: String, eventAnalysis: EventAnalysisInputDto): EventAnalysisDto
    Annotations
    @NotNull()
  143. abstract def updateFrequencyAnalysis(projectId: String, id: String, frequencyAnalysis: FrequencyAnalysisInputDto): FrequencyAnalysisDto
    Annotations
    @NotNull()
  144. abstract def updateFunnelAnalysis(projectId: String, id: String, funnelAnalysis: FunnelAnalysisInputDto): FunnelAnalysisDto
    Annotations
    @NotNull()
  145. abstract def updateKpiAnalysis(projectId: String, id: String, kpiAnalysis: KpiAnalysisInputDto): KpiAnalysisDto
    Annotations
    @NotNull()
  146. abstract def updateMember(id: String, input: MemberInputDto): Boolean
    Annotations
    @NotNull()
  147. abstract def updateMemberDataCenterRole(memberId: String, roleId: String): Boolean
    Annotations
    @NotNull()
  148. abstract def updateNotificationTask(id: String, input: NotificationTaskInputDto): Boolean
    Annotations
    @NotNull()
  149. abstract def updateOlapEventAnalysis(projectId: String, id: String, olapEventAnalysis: OlapEventAnalysisInputDto): EventAnalysisDto

    更新新事件分析图

    更新新事件分析图

    Annotations
    @NotNull()
  150. abstract def updateOriginDataSetting(originDatas: List[OriginDataSettingInputDto]): Boolean
    Annotations
    @NotNull()
  151. abstract def updatePasswordRecoverySetting(input: PasswordRecoverySettingInputDto): Boolean
    Annotations
    @NotNull()
  152. abstract def updateProject(id: String, project: ProjectInputDto): ProjectDto
    Annotations
    @NotNull()
  153. abstract def updateProjectDataCtrl(input: UpdateProjectDataCtrlInputDto): ProjectDataCtrlDto
    Annotations
    @NotNull()
  154. abstract def updateProjectRole(projectId: String, id: String, role: RoleInputDto): Boolean
    Annotations
    @NotNull()
  155. abstract def updateRetentionAnalysis(projectId: String, id: String, retentionAnalysis: RetentionAnalysisInputDto): RetentionAnalysisDto
    Annotations
    @NotNull()
  156. abstract def updateSegment(projectId: String, id: String, segment: SegmentInputDto): SegmentDto
  157. abstract def updateTencentPortrait(projectId: String, id: String, tencentPortrait: TencentPortraitInputDto): TencentPortraitDto
    Annotations
    @NotNull()
  158. abstract def updateTunnel(id: String, tunnel: TunnelInputDto): TunnelDto
  159. abstract def updateUserDataCenterPermissions(userId: String, roleId: String, permissions: List[String]): Boolean
  160. abstract def updateWaterMarkSetting(input: UpdateWaterMarkSettingInputDto): Boolean

    更新水印配置

    更新水印配置

    Annotations
    @NotNull()
  161. abstract def updateWebHook(id: String, input: WebHookInputDto): Boolean
    Annotations
    @NotNull()
  162. abstract def updateWebHookStatus(id: String, status: String): Boolean
    Annotations
    @NotNull()
  163. abstract def dataCenterRoleAppendUser(roleName: String, userId: String): Boolean

    Deprecated

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped