ProfileResourceFormat.UpdateStages.WithApiEntitySetName Interface

public static interface ProfileResourceFormat.UpdateStages.WithApiEntitySetName

The stage of the ProfileResourceFormat update allowing to specify apiEntitySetName.

Method Summary

Modifier and Type Method and Description
abstract Update withApiEntitySetName(String apiEntitySetName)

Specifies the apiEntitySetName property: The api entity set name.

Method Details

withApiEntitySetName

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

Applies to