com.atlassian.confluence.plugins.rest.entities
Class UserPreferencesDto

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.UserPreferencesDto

@Immutable
public final class UserPreferencesDto
extends java.lang.Object


Constructor Summary
UserPreferencesDto()
           
UserPreferencesDto(boolean watchOwnContent)
           
 
Method Summary
 boolean isWatchOwnContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPreferencesDto

public UserPreferencesDto()

UserPreferencesDto

public UserPreferencesDto(boolean watchOwnContent)
Method Detail

isWatchOwnContent

public boolean isWatchOwnContent()


Copyright © 2003-2014 Atlassian. All Rights Reserved.