Interface CustomLocation.UpdateStages.WithDisplayName

All Known Subinterfaces:
CustomLocation.Update
Enclosing interface:
CustomLocation.UpdateStages

public static interface CustomLocation.UpdateStages.WithDisplayName
The stage of the CustomLocation update allowing to specify displayName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: Display name for the Custom Locations location..
  • Method Details

    • withDisplayName

      CustomLocation.Update withDisplayName(String displayName)
      Specifies the displayName property: Display name for the Custom Locations location..
      Parameters:
      displayName - Display name for the Custom Locations location.
      Returns:
      the next definition stage.