public class StreamsEntryRequest extends Object
| Constructor and Description |
|---|
StreamsEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
org.joda.time.DateTime |
getPostedDate() |
String |
getTitle() |
com.atlassian.streams.api.ActivityObjectType |
getType() |
String |
getUser() |
com.atlassian.streams.api.ActivityVerb |
getVerb() |
StreamsEntryRequest |
id(int id) |
StreamsEntryRequest |
postedDate(org.joda.time.DateTime postedDate) |
StreamsEntryRequest |
title(String title) |
StreamsEntryRequest |
type(com.atlassian.streams.api.ActivityObjectType type) |
StreamsEntryRequest |
user(String user) |
StreamsEntryRequest |
verb(com.atlassian.streams.api.ActivityVerb verb) |
public int getId()
public StreamsEntryRequest id(int id)
public org.joda.time.DateTime getPostedDate()
public StreamsEntryRequest postedDate(org.joda.time.DateTime postedDate)
public String getTitle()
public StreamsEntryRequest title(String title)
public String getUser()
public StreamsEntryRequest user(String user)
public com.atlassian.streams.api.ActivityVerb getVerb()
public StreamsEntryRequest verb(com.atlassian.streams.api.ActivityVerb verb)
public com.atlassian.streams.api.ActivityObjectType getType()
public StreamsEntryRequest type(com.atlassian.streams.api.ActivityObjectType type)
Copyright © 2018 Atlassian. All rights reserved.