@ExperimentalApi @ParametersAreNonnullByDefault public class FieldScreenLayoutItemId extends Object
FieldScreenLayoutItem.
 In essence, identifier is a tuple of screen tab's identifier and field's system identifierFieldScreenTabId, 
FieldScreenId| Modifier and Type | Method and Description | 
|---|---|
static FieldScreenLayoutItemId | 
byIds(FieldScreenTabId tabId,
     String fieldId)
Creates identifier based on tab's identifier and field's identifier 
 | 
boolean | 
equals(Object o)  | 
String | 
getFieldId()  | 
FieldScreenTabId | 
getTabId()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public static FieldScreenLayoutItemId byIds(FieldScreenTabId tabId, String fieldId)
tabId - identifier of given FieldScreenTabfieldId - ID of fieldpublic FieldScreenTabId getTabId()
public String getFieldId()
Copyright © 2002-2024 Atlassian. All Rights Reserved.