Package odata.msgraph.client.beta.entity
Class AppleVppTokenTroubleshootingEvent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AppleVppTokenTroubleshootingEvent.Builder
-
- Enclosing class:
- AppleVppTokenTroubleshootingEvent
public static final class AppleVppTokenTroubleshootingEvent.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public AppleVppTokenTroubleshootingEvent.Builder id(String id)
-
additionalInformation
public AppleVppTokenTroubleshootingEvent.Builder additionalInformation(List<KeyValuePair> additionalInformation)
-
additionalInformation
public AppleVppTokenTroubleshootingEvent.Builder additionalInformation(KeyValuePair... additionalInformation)
-
additionalInformationNextLink
public AppleVppTokenTroubleshootingEvent.Builder additionalInformationNextLink(String additionalInformationNextLink)
-
correlationId
public AppleVppTokenTroubleshootingEvent.Builder correlationId(String correlationId)
-
eventDateTime
public AppleVppTokenTroubleshootingEvent.Builder eventDateTime(OffsetDateTime eventDateTime)
-
eventName
public AppleVppTokenTroubleshootingEvent.Builder eventName(String eventName)
-
troubleshootingErrorDetails
public AppleVppTokenTroubleshootingEvent.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
tokenId
public AppleVppTokenTroubleshootingEvent.Builder tokenId(String tokenId)
“Apple Volume Purchase Program Token Identifier.”- Parameters:
tokenId- value oftokenIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AppleVppTokenTroubleshootingEvent build()
-
-