@PublicApi
public interface ScreenSchemeTemplate
Modifier and Type | Method and Description |
---|---|
Optional<String> |
createScreen()
Returns the name of the creation screen.
|
String |
defaultScreen()
Returns the name of the default screen.
|
String |
description()
Returns the description of the screen scheme.
|
Optional<String> |
editScreen()
Returns the name of the edit screen.
|
String |
key()
Returns the key of the screen scheme.
|
String |
name()
Returns the name of the screen scheme.
|
Optional<String> |
viewScreen()
Returns the name of the view screen.
|
String key()
String name()
String description()
String defaultScreen()
Optional<String> createScreen()
Optional<String> editScreen()
Copyright © 2002-2022 Atlassian. All Rights Reserved.