public class AppleRegistration extends ProxyOnlyResource
| Constructor and Description |
|---|
AppleRegistration() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId property: The clientId property.
|
String |
clientSecretSettingName()
Get the clientSecretSettingName property: The clientSecretSettingName property.
|
void |
validate()
Validates the instance.
|
AppleRegistration |
withClientId(String clientId)
Set the clientId property: The clientId property.
|
AppleRegistration |
withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The clientSecretSettingName property.
|
AppleRegistration |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic String clientId()
public AppleRegistration withClientId(String clientId)
clientId - the clientId value to set.public String clientSecretSettingName()
public AppleRegistration withClientSecretSettingName(String clientSecretSettingName)
clientSecretSettingName - the clientSecretSettingName value to set.public AppleRegistration withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.