com.atlassian.jira.rest.client.api.domain.input
Class ComplexIssueInputFieldValue

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.input.ComplexIssueInputFieldValue

public class ComplexIssueInputFieldValue
extends Object

Represents object with fields in IssueInputField's value.

Since:
v1.0

Constructor Summary
ComplexIssueInputFieldValue(Map<String,Object> valuesMap)
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,Object> getValuesMap()
           
 int hashCode()
           
 String toString()
           
static ComplexIssueInputFieldValue with(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexIssueInputFieldValue

public ComplexIssueInputFieldValue(Map<String,Object> valuesMap)
Method Detail

with

public static ComplexIssueInputFieldValue with(String key,
                                               Object value)

getValuesMap

public Map<String,Object> getValuesMap()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 Atlassian. All Rights Reserved.