你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphOnenotePatchInsertPosition 类

public final class MicrosoftGraphOnenotePatchInsertPosition
extends ExpandableStringEnum<MicrosoftGraphOnenotePatchInsertPosition>

onenotePatchInsertPosition。

字段摘要

修饰符和类型 字段和描述
static final MicrosoftGraphOnenotePatchInsertPosition AFTER

MicrosoftGraphOnenote补丁插入位置的静态值 After。

static final MicrosoftGraphOnenotePatchInsertPosition BEFORE

MicrosoftGraphOnenote修补程序插入位置的 Before 静态值。

构造函数摘要

构造函数 说明
MicrosoftGraphOnenotePatchInsertPosition()

已放弃

使用 fromString(String name) 工厂方法。

创建 MicrosoftGraphOnenote补丁插入位置值的新实例。

方法摘要

修饰符和类型 方法和描述
static MicrosoftGraphOnenotePatchInsertPosition fromString(String name)

从其字符串表示形式创建或查找 MicrosoftGraphOnenote补丁插入位置。

static Collection<MicrosoftGraphOnenotePatchInsertPosition> values()

获取已知的 MicrosoftGraphOnenote补丁插入位置值。

方法继承自 ExpandableStringEnum

方法继承自 java.lang.Object

字段详细信息

AFTER

public static final MicrosoftGraphOnenotePatchInsertPosition AFTER

MicrosoftGraphOnenotePatchInsertPosition 的静态值 After。

BEFORE

public static final MicrosoftGraphOnenotePatchInsertPosition BEFORE

MicrosoftGraphOnenotePatchInsertPosition 的静态值 Before。

构造函数详细信息

MicrosoftGraphOnenotePatchInsertPosition

@Deprecated
public MicrosoftGraphOnenotePatchInsertPosition()

已放弃

使用 fromString(String name) 工厂方法。

创建 MicrosoftGraphOnenotePatchInsertPosition 值的新实例。

方法详细信息

fromString

public static MicrosoftGraphOnenotePatchInsertPosition fromString(String name)

从其字符串表示形式创建或查找 MicrosoftGraphOnenotePatchInsertPosition。

Parameters:

name - 要查找的名称。

Returns:

相应的 MicrosoftGraphOnenotePatchInsertPosition。

values

public static Collection values()

获取已知的 MicrosoftGraphOnenotePatchInsertPosition 值。

Returns:

已知的 MicrosoftGraphOnenotePatchInsertPosition 值。

适用于