public class DbNewsFeed extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DbNewsFeed.AuthMethod |
Modifier and Type | Field and Description |
---|---|
DbNewsFeed.AuthMethod |
authMethod |
char[] |
authPassword |
String |
authUser |
Date |
createdAt |
Date |
downloadedAt |
long |
id |
boolean |
isArchived |
boolean |
isUpdateEnabled |
Date |
modifiedAt |
String |
name |
String |
notes |
long |
ownerGroupId |
long |
ownerUserId |
Permission |
permission |
Date |
publishedAt |
long |
updateInterval |
URI |
url |
Constructor and Description |
---|
DbNewsFeed() |
public long id
public String name
public String notes
public URI url
public DbNewsFeed.AuthMethod authMethod
public String authUser
public char[] authPassword
public boolean isArchived
public boolean isUpdateEnabled
public long updateInterval
public Date publishedAt
public Date downloadedAt
public Date createdAt
public Date modifiedAt
public long ownerUserId
public long ownerGroupId
public Permission permission
Copyright © 2019 OpenEstate. All rights reserved.