public class Apple extends ProxyOnlyResource
| Constructor and Description |
|---|
Apple() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: The enabled property.
|
LoginScopes |
login()
Get the login property: The login property.
|
AppleRegistration |
registration()
Get the registration property: The registration property.
|
void |
validate()
Validates the instance.
|
Apple |
withEnabled(Boolean enabled)
Set the enabled property: The enabled property.
|
Apple |
withKind(String kind)
Set the kind property: Kind of resource.
|
Apple |
withLogin(LoginScopes login)
Set the login property: The login property.
|
Apple |
withRegistration(AppleRegistration registration)
Set the registration property: The registration property.
|
kindpublic Boolean enabled()
public Apple withEnabled(Boolean enabled)
enabled - the enabled value to set.public AppleRegistration registration()
public Apple withRegistration(AppleRegistration registration)
registration - the registration value to set.public LoginScopes login()
public Apple withLogin(LoginScopes login)
login - the login value to set.public Apple 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.