Interface InteractionResourceFormat.UpdateStages.WithApiEntitySetName

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

public static interface InteractionResourceFormat.UpdateStages.WithApiEntitySetName
The stage of the InteractionResourceFormat update allowing to specify apiEntitySetName.
  • Method Details

    • withApiEntitySetName

      InteractionResourceFormat.Update withApiEntitySetName(String apiEntitySetName)
      Specifies the apiEntitySetName property: The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object..
      Parameters:
      apiEntitySetName - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
      Returns:
      the next definition stage.