ProfileResourceFormat.Update Interface

Implements

public static interface ProfileResourceFormat.Update
extends WithStrongIds, WithApiEntitySetName, WithEntityType, WithFields, WithInstancesCount, WithSchemaItemTypeLink, WithTimestampFieldName, WithTypeName, WithAttributes, WithDescription, WithDisplayName, WithLocalizedAttributes, WithSmallImage, WithMediumImage, WithLargeImage

The template for ProfileResourceFormat update.

Method Summary

Modifier and Type Method and Description
abstract ProfileResourceFormat apply()

Executes the update request.

abstract ProfileResourceFormat apply(Context context)

Executes the update request.

Method Details

apply

public abstract ProfileResourceFormat apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract ProfileResourceFormat apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to