Interface ProfileResourceFormat.DefinitionStages.WithApiEntitySetName

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

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

    • withApiEntitySetName

      ProfileResourceFormat.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.