Class ApiCollectionProperties

java.lang.Object
com.azure.resourcemanager.security.fluent.models.ApiCollectionProperties

public final class ApiCollectionProperties extends Object
Describes the properties of an API collection.
  • Constructor Details

    • ApiCollectionProperties

      public ApiCollectionProperties()
      Creates an instance of ApiCollectionProperties class.
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: The display name of the Azure API Management API.
      Returns:
      the displayName value.
    • withDisplayName

      public ApiCollectionProperties withDisplayName(String displayName)
      Set the displayName property: The display name of the Azure API Management API.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ApiCollectionProperties object itself.
    • additionalData

      public Map<String,String> additionalData()
      Get the additionalData property: Additional data regarding the API collection.
      Returns:
      the additionalData value.
    • withAdditionalData

      public ApiCollectionProperties withAdditionalData(Map<String,String> additionalData)
      Set the additionalData property: Additional data regarding the API collection.
      Parameters:
      additionalData - the additionalData value to set.
      Returns:
      the ApiCollectionProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.