Class CimIssueType
java.lang.Object
com.atlassian.jira.rest.client.api.domain.IssueType
com.atlassian.jira.rest.client.api.domain.CimIssueType
- All Implemented Interfaces:
AddressableEntity,IdentifiableEntity<Long>,NamedEntity
Describes issue type with fields info map.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions)
- Since:
- v1.0
-
Constructor Summary
ConstructorsConstructorDescriptionCimIssueType(URI self, Long id, String name, boolean isSubtask, String description, URI iconUri, Map<String, CimFieldInfo> fields) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetField(IssueFieldId fieldId) protected com.google.common.base.MoreObjects.ToStringHelperReturns ToStringHelper with all fields inserted.inthashCode()Methods inherited from class com.atlassian.jira.rest.client.api.domain.IssueType
getDescription, getIconUri, getId, getName, getSelf, isSubtask, toString
-
Constructor Details
-
CimIssueType
-
-
Method Details
-
getFields
-
getField
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()Returns ToStringHelper with all fields inserted. Override this method to insert additional fields.- Overrides:
getToStringHelperin classIssueType- Returns:
- ToStringHelper
-
equals
-
hashCode
public int hashCode()
-