Uses of Class
com.atlassian.mywork.model.NotificationBuilder

Packages that use NotificationBuilder
com.atlassian.mywork.model   
 

Uses of NotificationBuilder in com.atlassian.mywork.model
 

Methods in com.atlassian.mywork.model that return NotificationBuilder
 NotificationBuilder NotificationBuilder.action(java.lang.String action)
           
 NotificationBuilder NotificationBuilder.actionIconUrl(java.lang.String actionIconUrl)
           
 NotificationBuilder NotificationBuilder.application(java.lang.String application)
           
 NotificationBuilder NotificationBuilder.applicationLinkId(java.lang.String applicationLinkId)
           
 NotificationBuilder NotificationBuilder.created(long created)
           
 NotificationBuilder NotificationBuilder.description(java.lang.String description)
          Sets description html.
 NotificationBuilder NotificationBuilder.entity(java.lang.String entity)
           
 NotificationBuilder NotificationBuilder.globalId(java.lang.String globalId)
           
 NotificationBuilder NotificationBuilder.groupingId(java.lang.String groupingId)
           
 NotificationBuilder NotificationBuilder.iconUrl(java.lang.String iconUrl)
           
 NotificationBuilder NotificationBuilder.id(long id)
           
 NotificationBuilder NotificationBuilder.itemIconUrl(java.lang.String itemIconUrl)
           
 NotificationBuilder NotificationBuilder.itemTitle(java.lang.String itemTitle)
           
 NotificationBuilder NotificationBuilder.itemUrl(java.lang.String itemUrl)
           
 NotificationBuilder NotificationBuilder.metadata(org.codehaus.jackson.node.ObjectNode metadata)
           
 NotificationBuilder NotificationBuilder.metadata(java.lang.String jsonMetadata)
           
 NotificationBuilder NotificationBuilder.pinned(boolean pinned)
           
 NotificationBuilder NotificationBuilder.read(boolean read)
           
 NotificationBuilder NotificationBuilder.status(Status status)
           
 NotificationBuilder NotificationBuilder.title(java.lang.String title)
           
 NotificationBuilder NotificationBuilder.updated(long updated)
           
 NotificationBuilder NotificationBuilder.url(java.lang.String url)
           
 NotificationBuilder NotificationBuilder.user(java.lang.String user)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.