Package com.enonic.xp.content
Class ContentNotFoundException.Builder
- java.lang.Object
-
- com.enonic.xp.content.ContentNotFoundException.Builder
-
- Enclosing class:
- ContentNotFoundException
public static class ContentNotFoundException.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentNotFoundException.Builderbranch(Branch branch)ContentNotFoundExceptionbuild()ContentNotFoundException.Buildercause(Throwable cause)ContentNotFoundException.BuildercontentId(ContentId contentId)ContentNotFoundException.BuildercontentPath(ContentPath contentPath)ContentNotFoundException.BuildercontentRoot(NodePath contentRoot)ContentNotFoundException.BuilderrepositoryId(RepositoryId repositoryId)
-
-
-
Method Detail
-
repositoryId
public ContentNotFoundException.Builder repositoryId(RepositoryId repositoryId)
-
branch
public ContentNotFoundException.Builder branch(Branch branch)
-
contentPath
public ContentNotFoundException.Builder contentPath(ContentPath contentPath)
-
contentId
public ContentNotFoundException.Builder contentId(ContentId contentId)
-
contentRoot
public ContentNotFoundException.Builder contentRoot(NodePath contentRoot)
-
cause
public ContentNotFoundException.Builder cause(Throwable cause)
-
build
public ContentNotFoundException build()
-
-