Interface InteractionResourceFormat.DefinitionStages.WithApiEntitySetName

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

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

    • withApiEntitySetName

      InteractionResourceFormat.DefinitionStages.WithCreate 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.