Class DeviceManagementTroubleshootingErrorResource.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementTroubleshootingErrorResource.Builder
-
- Enclosing class:
- DeviceManagementTroubleshootingErrorResource
public static final class DeviceManagementTroubleshootingErrorResource.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementTroubleshootingErrorResourcebuild()DeviceManagementTroubleshootingErrorResource.Builderlink(String link)“The link to the web resource.DeviceManagementTroubleshootingErrorResource.Buildertext(String text)
-
-
-
Method Detail
-
link
public DeviceManagementTroubleshootingErrorResource.Builder link(String link)
“The link to the web resource. Can contain any of the following formatters: {{UPN }}, {{DeviceGUID}}, {{UserGUID}}”- Parameters:
link- value oflinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
text
public DeviceManagementTroubleshootingErrorResource.Builder text(String text)
-
build
public DeviceManagementTroubleshootingErrorResource build()
-
-