com.atlassian.jira.rest.v1.model
Class BooleanResult

java.lang.Object
  extended by com.atlassian.jira.rest.v1.model.BooleanResult

public class BooleanResult
extends Object

JAXB bean to return a boolean result.

Since:
v4.0

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

Constructor Detail

BooleanResult

public BooleanResult(boolean theBoolean)
Method Detail

isValue

public boolean isValue()


Copyright © 2002-2012 Atlassian. All Rights Reserved.