Interface MsixPackage.DefinitionStages.WithDisplayName

All Known Subinterfaces:
MsixPackage.Definition, MsixPackage.DefinitionStages.WithCreate
Enclosing interface:
MsixPackage.DefinitionStages

public static interface MsixPackage.DefinitionStages.WithDisplayName
The stage of the MsixPackage definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      MsixPackage.DefinitionStages.WithCreate withDisplayName(String displayName)
      Specifies the displayName property: User friendly Name to be displayed in the portal. .
      Parameters:
      displayName - User friendly Name to be displayed in the portal.
      Returns:
      the next definition stage.