@ExperimentalApi public class

FieldTab

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.beans.FieldTab

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Represents a tab on the edit or create screen.

Summary

Public Constructors
FieldTab(String label, int position)
Public Methods
boolean equals(Object o)
String getLabel()
int getPosition()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FieldTab (String label, int position)

Public Methods

public boolean equals (Object o)

public String getLabel ()

public int getPosition ()

public int hashCode ()

public String toString ()