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.Builder
branch(Branch branch)
ContentNotFoundException
build()
ContentNotFoundException.Builder
cause(Throwable cause)
ContentNotFoundException.Builder
contentId(ContentId contentId)
ContentNotFoundException.Builder
contentPath(ContentPath contentPath)
ContentNotFoundException.Builder
contentRoot(NodePath contentRoot)
ContentNotFoundException.Builder
repositoryId(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()
-
-