Class ProjectService.GetProjectResult

All Implemented Interfaces:
ServiceOutcome<Project>, ServiceResult, Serializable
Direct Known Subclasses:
DefaultProjectService.PermissionErrorResult, DefaultProjectService.ProjectNotFoundResult
Enclosing interface:
ProjectService

@PublicApi public static class ProjectService.GetProjectResult extends ProjectService.AbstractProjectResult
See Also:
  • Constructor Details

    • GetProjectResult

      @Internal public GetProjectResult(ErrorCollection errorCollection)
    • GetProjectResult

      @Internal public GetProjectResult(Project project)
    • GetProjectResult

      @Internal public GetProjectResult(ErrorCollection errorCollection, Project project)