trait GrowingIOMutationResolver extends AnyRef
Resolver for Mutation
- Annotations
- @Generated()
- Alphabetic
- By Inheritance
- GrowingIOMutationResolver
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
acceptAccountApplication(id: String, input: AccountApplicationInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
addCategoryResource(categoryResource: CategoryResourceInputDto): CategoryResourceDto
向分类添加资源
-
abstract
def
addMemberToProjects(input: List[AddMemberToProjectInputDto]): Boolean
- Annotations
- @NotNull()
-
abstract
def
addMembersToDataCenterRole(memberIds: List[String], roleId: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
addMembersToDepartment(memberIds: List[String], departmentId: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
addMembersToProjectRole(projectId: String, input: AddMembersToProjectRoleInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
addProjectMembers(input: AddProjectMembersInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
assignUserProjectRole(projectId: String, input: AssignUserProjectRoleInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
batchDeleteComplexMetrics(projectId: String, ids: List[String]): Boolean
批量删除计算指标
- abstract def batchDeleteDashboards(projectId: String, ids: List[String]): Boolean
-
abstract
def
batchDeleteDataCenterCustomEvents(ids: List[String]): Boolean
数据中心 批量删除打点事件
-
abstract
def
batchDeleteDataCenterEventVariables(ids: List[String]): Boolean
数据中心 批量删除事件变量
-
abstract
def
batchDeleteDataCenterItemModels(ids: List[String]): Boolean
数据中心 批量删除物品模型
-
abstract
def
batchDeleteDataCenterItemVariables(ids: List[String]): Boolean
数据中心 批量删除物品变量
- abstract def batchDeleteDataCenterTags(ids: List[String]): Boolean
-
abstract
def
batchDeleteDataCenterUserVariables(ids: List[String]): Boolean
数据中心 更批量删除用户属性
-
abstract
def
batchDeleteElements(projectId: String, ids: List[String]): Boolean
无埋点 批量删除元素
- abstract def batchDeleteEventAnalyses(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteFrequencyAnalyses(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteFunnelAnalyses(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteKpiAnalyses(projectId: String, ids: List[String]): Boolean
-
abstract
def
batchDeleteOlapEventAnalyses(projectId: String, ids: List[String]): Boolean
批量删除新事件分析图
- abstract def batchDeleteRetentionAnalyses(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteSegments(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteTencentPortrait(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteTunnels(ids: List[String]): Boolean
- abstract def batchUpdateDataCenterResourceAcl(resourceType: String, resourceIds: List[String], readers: List[String], editors: List[String], projectId: String): Boolean
- abstract def batchUpdateSubscriptions(projectId: String, type: SubscriptionTypeDto, subscriptions: List[SubscriptionInputDto]): Boolean
- abstract def createAccount(email: String, roleId: String, permissions: List[String], extra: String): CreateAccountReplyDto
-
abstract
def
createAccountApplication(input: AccountApplicationInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
createAnalysisAlert(projectId: String, analysisAlert: AnalysisAlertsInputDto): AnalysisAlertsDto
创建分析预警
创建分析预警
- Annotations
- @NotNull()
-
abstract
def
createCategory(category: CategoryInputDto): CategoryDto
创建分类
-
abstract
def
createComplexMetric(projectId: String, complexMetric: ComplexMetricInputDto): ComplexMetricDto
创建计算指标
创建计算指标
- Annotations
- @NotNull()
-
abstract
def
createDashboard(projectId: String, dashboard: DashboardInputDto): DashboardDto
- Annotations
- @NotNull()
-
abstract
def
createDashboardComment(projectId: String, dashboardComment: DashboardCommentInputDto): DashboardCommentDto
- Annotations
- @NotNull()
-
abstract
def
createDataCenterCustomEvent(customEvent: CustomEventInputDto): CustomEventDto
数据中心 创建打点事件
数据中心 创建打点事件
- Annotations
- @NotNull()
-
abstract
def
createDataCenterEventVariable(eventVariable: VariableInputDto): EventVariableDto
数据中心 创建事件变量
数据中心 创建事件变量
- Annotations
- @NotNull()
-
abstract
def
createDataCenterItemModel(itemModel: ItemModelInputDto): ItemModelDto
数据中心 创建物品模型
数据中心 创建物品模型
- Annotations
- @NotNull()
-
abstract
def
createDataCenterRole(role: RoleInputDto): DataCenterRoleDto
- Annotations
- @NotNull()
-
abstract
def
createDataCenterTag(tag: TagInputDto): TagDto
- Annotations
- @NotNull()
-
abstract
def
createDataCenterUserVariable(userVariable: VariableInputDto): UserVariableDto
数据中心 创建用户属性
数据中心 创建用户属性
- Annotations
- @NotNull()
-
abstract
def
createDepartment(department: DepartmentInputDto): DepartmentDto
- Annotations
- @NotNull()
-
abstract
def
createElement(projectId: String, element: ElementInputDto): ElementDto
无埋点 创建元素
无埋点 创建元素
- Annotations
- @NotNull()
-
abstract
def
createEventAnalysis(projectId: String, eventAnalysis: EventAnalysisInputDto): EventAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
createEventImportJob(tunnelId: String, timeRange: String): EventImportJobDto
- Annotations
- @NotNull()
-
abstract
def
createFrequencyAnalysis(projectId: String, frequencyAnalysis: FrequencyAnalysisInputDto): FrequencyAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
createFrequencyDrillDownSegment(projectId: String, frequencyDrillDownSegment: FrequencyDrillDownSegmentInputDto): DrillDownSegmentReplyDto
- Annotations
- @NotNull()
-
abstract
def
createFrequencyDrillDownSegmentSnapshot(projectId: String, frequencyDrillDownSegment: FrequencyDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
- Annotations
- @NotNull()
-
abstract
def
createFunnelAnalysis(projectId: String, funnelAnalysis: FunnelAnalysisInputDto): FunnelAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
createFunnelDrillDownSegment(projectId: String, funnelDrillDownSegment: FunnelDrillDownSegmentInputDto): DrillDownSegmentReplyDto
- Annotations
- @NotNull()
-
abstract
def
createFunnelDrillDownSegmentSnapshot(projectId: String, funnelDrillDownSegment: FunnelDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
- Annotations
- @NotNull()
-
abstract
def
createKpiAnalysis(projectId: String, kpiAnalysis: KpiAnalysisInputDto): KpiAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
createMember(input: MemberInputDto): MemberDto
- Annotations
- @NotNull()
- abstract def createNotificationTask(input: NotificationTaskInputDto): NotificationTaskDto
-
abstract
def
createOlapEventAnalysis(projectId: String, olapEventAnalysis: OlapEventAnalysisInputDto): EventAnalysisDto
创建新事件分析图
创建新事件分析图
- Annotations
- @NotNull()
-
abstract
def
createProject(project: ProjectInputDto): ProjectDto
- Annotations
- @NotNull()
-
abstract
def
createProjectRole(projectId: String, role: RoleInputDto): ProjectRoleDto
- Annotations
- @NotNull()
-
abstract
def
createRetentionAnalysis(projectId: String, retentionAnalysis: RetentionAnalysisInputDto): RetentionAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
createRetentionDrillDownSegment(projectId: String, retentionDrillDownSegment: RetentionDrillDownSegmentInputDto): DrillDownSegmentReplyDto
- Annotations
- @NotNull()
-
abstract
def
createRetentionDrillDownSegmentSnapshot(projectId: String, retentionDrillDownSegment: RetentionDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
- Annotations
- @NotNull()
-
abstract
def
createSegment(projectId: String, segment: SegmentInputDto): SegmentDto
- Annotations
- @NotNull()
-
abstract
def
createSegmentSnapshot(projectId: String, compute: ComputeDefinitionInputDto): SegmentSnapshotDto
- Annotations
- @NotNull()
- abstract def createSubscription(projectId: String, type: SubscriptionTypeDto, id: String): Boolean
-
abstract
def
createTencentPortrait(projectId: String, tencentPortrait: TencentPortraitInputDto): TencentPortraitDto
- Annotations
- @NotNull()
-
abstract
def
createTunnel(tunnel: TunnelInputDto): TunnelDto
- Annotations
- @NotNull()
- abstract def createWebHook(input: WebHookInputDto): WebHookDto
-
abstract
def
dataCenterAddItemModelAttribute(id: String, attribute: ItemVariableInputDto): ItemVariableDto
数据中心 物品模型添加属性
- abstract def deleteAccount(id: String): Boolean
-
abstract
def
deleteAnalysisAlert(projectId: String, id: String): Boolean
单条删除分析预警
单条删除分析预警
- Annotations
- @NotNull()
-
abstract
def
deleteAnalysisAlerts(projectId: String, ids: List[String]): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteCategory(id: String): Boolean
删除分类
-
abstract
def
deleteComplexMetric(projectId: String, id: String): Boolean
删除计算指标
-
abstract
def
deleteDashboard(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteDashboardComment(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteDataCenterCustomEvent(id: String): Boolean
数据中心 删除打点事件
-
abstract
def
deleteDataCenterEventVariable(id: String): Boolean
数据中心 删除事件变量
数据中心 删除事件变量
- Annotations
- @NotNull()
-
abstract
def
deleteDataCenterItemModel(id: String): Boolean
数据中心 删除物品模型
数据中心 删除物品模型
- Annotations
- @NotNull()
-
abstract
def
deleteDataCenterItemVariable(id: String): Boolean
数据中心 删除物品变量
数据中心 删除物品变量
- Annotations
- @NotNull()
- abstract def deleteDataCenterRole(id: String): Boolean
- abstract def deleteDataCenterTag(id: String): Boolean
-
abstract
def
deleteDataCenterUserVariable(id: String): Boolean
数据中心 删除用户属性
数据中心 删除用户属性
- Annotations
- @NotNull()
-
abstract
def
deleteDepartment(id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteElement(projectId: String, id: String): Boolean
无埋点 删除元素
-
abstract
def
deleteEventAnalysis(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteFrequencyAnalysis(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteFunnelAnalysis(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteKpiAnalysis(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteNotificationTask(id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteOlapEventAnalysis(projectId: String, id: String): Boolean
删除新事件分析图
删除新事件分析图
- Annotations
- @NotNull()
-
abstract
def
deleteProject(id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteProjectRole(input: DeleteProjectRoleInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
deleteRetentionAnalysis(projectId: String, id: String): Boolean
- Annotations
- @NotNull()
- abstract def deleteSegment(projectId: String, id: String): Boolean
- abstract def deleteSubscription(projectId: String, type: SubscriptionTypeDto, id: String): Boolean
- abstract def deleteTencentPortrait(projectId: String, id: String): Boolean
- abstract def deleteTunnel(id: String): Boolean
-
abstract
def
deleteUtmArgument(id: String): Boolean
- Annotations
- @NotNull()
- abstract def executeJob(id: String): JobResultDto
- abstract def forceComputeSegment(projectId: String, id: String): Boolean
- abstract def forceComputeTag(id: String): Boolean
-
abstract
def
moveCategoryResources(categoryId: String, categoryResources: List[CategoryResourceInputDto]): List[CategoryResourceDto]
向指定分类移动资源
-
abstract
def
rejectAccountApplication(id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
removeCategoryResources(categoryResources: List[CategoryResourceInputDto]): Boolean
删除分类内资源
-
abstract
def
removeProjectMembers(projectId: String, input: RemoveProjectMembersInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
resetAccountPassword(id: String): String
- Annotations
- @NotNull()
-
abstract
def
resetPassword(input: ResetPasswordInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
settingPersonaMeasurements(projectId: String, measurements: List[MeasurementInputDto]): Boolean
- Annotations
- @NotNull()
-
abstract
def
settingSegmentMeasurements(projectId: String, policy: SettingSegmentMeasurementPolicyDto, measurements: List[MeasurementInputDto], id: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
settingUtmArguments(utmArguments: List[UtmArgumentInputDto]): Boolean
- Annotations
- @NotNull()
-
abstract
def
submitAnalysisExportJob(projectId: String, id: String, param: AnalysisExportJobParamDto, charset: String): AnalysisExportJobDto
- Annotations
- @NotNull()
-
abstract
def
submitCreateTableJob(projectId: String, parameter: CreateTableJobParameterInputDto): CreateTableJobDto
- Annotations
- @NotNull()
-
abstract
def
submitLogExportJob(q: AuditLogQueryInputDto, timeRange: String): AuditLogExportJobDto
请求日志导出
请求日志导出
- Annotations
- @NotNull()
-
abstract
def
submitSegmentSnapshotUserExportJob(projectId: String, id: String, tags: List[String], properties: List[String], charset: String): SegmentUserExportJobDto
- Annotations
- @NotNull()
-
abstract
def
submitSegmentUserExportJob(projectId: String, segmentId: String, tags: List[String], properties: List[String], charset: String): SegmentUserExportJobDto
- Annotations
- @NotNull()
-
abstract
def
submitSegmentUserExportJobV2(projectId: String, parameter: ExportSegmentParameterInputDto): SegmentUserExportJobDto
- Annotations
- @NotNull()
-
abstract
def
submitTagUserExportJob(tagId: String, exportFileName: String, properties: List[String], charset: String, detailExport: Boolean): TagUserExportJobDto
提交用户标签导出任务 exportFileName: 导出的文件名称,不带后缀
提交用户标签导出任务 exportFileName: 导出的文件名称,不带后缀
- Annotations
- @NotNull()
-
abstract
def
submitTagUserExportJobByKey(parameter: TagUserExportJobByKeyInputDto): TagUserExportJobDto
- Annotations
- @NotNull()
-
abstract
def
syncUbaCustomEvent(tunnelId: String, ubaCustomEvents: List[UbaCustomEventInputDto]): List[CustomEventDto]
- Annotations
- @NotNull()
-
abstract
def
syncUbaUserVariable(tunnelId: String, ubaUserVariables: List[UbaUserVariableInputDto]): List[UserVariableDto]
- Annotations
- @NotNull()
-
abstract
def
toggleProject(input: ToggleProjectInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
transferDataCenterOwner(transfereeId: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
transferProjectOwner(projectId: String, input: TransferProjectOwnerInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
transferProjectResources(input: TransferProjectResourcesInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateAccount(id: String, input: UpdateAccountInputDto): Boolean
更新帐号信息
更新帐号信息
- Annotations
- @NotNull()
-
abstract
def
updateAccountApplicationSetting(input: AccountApplicationSettingInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateAnalysisAlert(projectId: String, id: String, analysisAlert: AnalysisAlertsInputDto): AnalysisAlertsDto
更新分析预警
更新分析预警
- Annotations
- @NotNull()
-
abstract
def
updateCategory(id: String, category: CategoryInputDto): CategoryDto
更新分类
-
abstract
def
updateComplexMetric(projectId: String, id: String, complexMetric: ComplexMetricInputDto): ComplexMetricDto
更新计算指标
更新计算指标
- Annotations
- @NotNull()
-
abstract
def
updateDashboard(projectId: String, id: String, dashboard: DashboardInputDto): DashboardDto
- Annotations
- @NotNull()
-
abstract
def
updateDashboardComment(projectId: String, id: String, dashboardComment: DashboardCommentInputDto): DashboardCommentDto
- Annotations
- @NotNull()
-
abstract
def
updateDataCenterCustomEvent(id: String, customEvent: CustomEventInputDto): CustomEventDto
数据中心 更新打点事件
数据中心 更新打点事件
- Annotations
- @NotNull()
-
abstract
def
updateDataCenterEventVariable(id: String, eventVariable: VariableInputDto): EventVariableDto
数据中心 更新事件变量
数据中心 更新事件变量
- Annotations
- @NotNull()
-
abstract
def
updateDataCenterInfo(dataCenterInfo: DataCenterInfoInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateDataCenterItemModel(id: String, itemModel: ItemModelInputDto): ItemModelDto
数据中心 更新物品模型
数据中心 更新物品模型
- Annotations
- @NotNull()
-
abstract
def
updateDataCenterItemVariable(id: String, itemVariable: VariableInputDto): ItemVariableDto
数据中心 更新物品变量
数据中心 更新物品变量
- Annotations
- @NotNull()
- abstract def updateDataCenterResourceAcls(resourceType: String, resourceId: String, accessEntry: AccessEntryInputDto): Boolean
- abstract def updateDataCenterRole(id: String, role: RoleInputDto): Boolean
- abstract def updateDataCenterTag(id: String, tag: TagInputDto): TagDto
-
abstract
def
updateDataCenterUserVariable(id: String, userVariable: VariableInputDto): UserVariableDto
数据中心 更新用户属性
数据中心 更新用户属性
- Annotations
- @NotNull()
-
abstract
def
updateDepartment(id: String, department: DepartmentInputDto): DepartmentDto
- Annotations
- @NotNull()
-
abstract
def
updateElement(projectId: String, id: String, element: ElementUpdateInputDto): ElementDto
无埋点 更新元素
无埋点 更新元素
- Annotations
- @NotNull()
-
abstract
def
updateEventAnalysis(projectId: String, id: String, eventAnalysis: EventAnalysisInputDto): EventAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
updateFrequencyAnalysis(projectId: String, id: String, frequencyAnalysis: FrequencyAnalysisInputDto): FrequencyAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
updateFunnelAnalysis(projectId: String, id: String, funnelAnalysis: FunnelAnalysisInputDto): FunnelAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
updateKpiAnalysis(projectId: String, id: String, kpiAnalysis: KpiAnalysisInputDto): KpiAnalysisDto
- Annotations
- @NotNull()
-
abstract
def
updateMember(id: String, input: MemberInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateMemberDataCenterRole(memberId: String, roleId: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateNotificationTask(id: String, input: NotificationTaskInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateOlapEventAnalysis(projectId: String, id: String, olapEventAnalysis: OlapEventAnalysisInputDto): EventAnalysisDto
更新新事件分析图
更新新事件分析图
- Annotations
- @NotNull()
-
abstract
def
updateOriginDataSetting(originDatas: List[OriginDataSettingInputDto]): Boolean
- Annotations
- @NotNull()
-
abstract
def
updatePasswordRecoverySetting(input: PasswordRecoverySettingInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateProject(id: String, project: ProjectInputDto): ProjectDto
- Annotations
- @NotNull()
-
abstract
def
updateProjectDataCtrl(input: UpdateProjectDataCtrlInputDto): ProjectDataCtrlDto
- Annotations
- @NotNull()
-
abstract
def
updateProjectRole(projectId: String, id: String, role: RoleInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateRetentionAnalysis(projectId: String, id: String, retentionAnalysis: RetentionAnalysisInputDto): RetentionAnalysisDto
- Annotations
- @NotNull()
- abstract def updateSegment(projectId: String, id: String, segment: SegmentInputDto): SegmentDto
-
abstract
def
updateTencentPortrait(projectId: String, id: String, tencentPortrait: TencentPortraitInputDto): TencentPortraitDto
- Annotations
- @NotNull()
- abstract def updateTunnel(id: String, tunnel: TunnelInputDto): TunnelDto
- abstract def updateUserDataCenterPermissions(userId: String, roleId: String, permissions: List[String]): Boolean
-
abstract
def
updateWaterMarkSetting(input: UpdateWaterMarkSettingInputDto): Boolean
更新水印配置
更新水印配置
- Annotations
- @NotNull()
-
abstract
def
updateWebHook(id: String, input: WebHookInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
updateWebHookStatus(id: String, status: String): Boolean
- Annotations
- @NotNull()
-
abstract
def
dataCenterRoleAppendUser(roleName: String, userId: String): Boolean
- Deprecated
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated