com.atlassian.confluence.content.service
Class ContentLocatorBuilder

java.lang.Object
  extended by com.atlassian.confluence.content.service.ContentLocatorBuilder

public class ContentLocatorBuilder
extends Object


Constructor Summary
ContentLocatorBuilder()
           
 
Method Summary
 ContentLocatorBuilder withContentType(String contentType)
           
 ContentLocatorBuilder withId(long id)
           
 ContentLocatorBuilder withSpaceKey(String spaceKey)
           
 ContentLocatorBuilder withTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentLocatorBuilder

public ContentLocatorBuilder()
Method Detail

withId

public ContentLocatorBuilder withId(long id)

withContentType

public ContentLocatorBuilder withContentType(String contentType)

withSpaceKey

public ContentLocatorBuilder withSpaceKey(String spaceKey)

withTitle

public ContentLocatorBuilder withTitle(String title)


Copyright © 2003-2012 Atlassian. All Rights Reserved.