Class ApiCollectionResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.ApiCollectionResponseInner

public final class ApiCollectionResponseInner extends com.azure.core.management.ProxyResource
An API collection as represented by Defender for APIs.
  • Constructor Details

    • ApiCollectionResponseInner

      public ApiCollectionResponseInner()
      Creates an instance of ApiCollectionResponseInner 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 ApiCollectionResponseInner 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 ApiCollectionResponseInner object itself.
    • additionalData

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

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

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