trait GrowingIOMutationResolver extends AnyRef
Resolver for Mutation
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrowingIOMutationResolver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- 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(input: AddMembersToProjectRoleInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
addProjectMembers(input: AddProjectMembersInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
assignUserProjectRole(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 batchDeleteRetentionAnalyses(projectId: String, ids: List[String]): Boolean
- abstract def batchDeleteSegments(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 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
createDataCenterItemVariable(itemVariable: VariableInputDto): ItemVariableDto
- 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
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
createTunnel(tunnel: TunnelInputDto): TunnelDto
- Annotations
- @NotNull()
- abstract def dataCenterAddItemModelAttribute(id: String, attribute: ItemVariableInputDto): ItemVariableDto
- 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
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 deleteTunnel(id: String): Boolean
-
abstract
def
deleteUtmArgument(id: String): Boolean
- Annotations
- @NotNull()
- abstract def disableAccount(id: String): Boolean
- abstract def executeJob(id: String): JobResultDto
- abstract def moveCategoryResources(categoryId: String, categoryResources: List[CategoryResourceInputDto]): List[CategoryResourceDto]
- abstract def removeCategoryResources(categoryResources: List[CategoryResourceInputDto]): Boolean
-
abstract
def
removeProjectMembers(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
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
submitTagUserExportJob(tagId: String, properties: List[String], charset: String, detailExport: Boolean): 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(input: TransferProjectOwnerInputDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
transferProjectResources(input: TransferProjectResourcesInputDto): Boolean
- 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
updateOriginDataSetting(originDatas: List[OriginDataSettingInputDto]): 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 updateTunnel(id: String, tunnel: TunnelInputDto): TunnelDto
- abstract def updateUserDataCenterPermissions(userId: String, roleId: String, permissions: List[String]): Boolean
-
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()