Interface Application.DefinitionStages.WithDisplayName
- All Known Subinterfaces:
Application.Definition,Application.DefinitionStages.WithCreate
- Enclosing interface:
- Application.DefinitionStages
public static interface Application.DefinitionStages.WithDisplayName
The stage of the Application definition allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: The display name for the application..
-
Method Details
-
withDisplayName
Specifies the displayName property: The display name for the application..- Parameters:
displayName- The display name for the application.- Returns:
- the next definition stage.
-