@Generated public class CreateAccountServicePrincipalRequest extends Object
| Constructor and Description |
|---|
CreateAccountServicePrincipalRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getActive() |
String |
getApplicationId() |
String |
getDisplayName() |
String |
getExternalId() |
String |
getId() |
Collection<ComplexValue> |
getRoles() |
int |
hashCode() |
CreateAccountServicePrincipalRequest |
setActive(Boolean active) |
CreateAccountServicePrincipalRequest |
setApplicationId(String applicationId) |
CreateAccountServicePrincipalRequest |
setDisplayName(String displayName) |
CreateAccountServicePrincipalRequest |
setExternalId(String externalId) |
CreateAccountServicePrincipalRequest |
setId(String id) |
CreateAccountServicePrincipalRequest |
setRoles(Collection<ComplexValue> roles) |
String |
toString() |
public CreateAccountServicePrincipalRequest()
public CreateAccountServicePrincipalRequest setActive(Boolean active)
public Boolean getActive()
public CreateAccountServicePrincipalRequest setApplicationId(String applicationId)
public String getApplicationId()
public CreateAccountServicePrincipalRequest setDisplayName(String displayName)
public String getDisplayName()
public CreateAccountServicePrincipalRequest setExternalId(String externalId)
public String getExternalId()
public CreateAccountServicePrincipalRequest setId(String id)
public String getId()
public CreateAccountServicePrincipalRequest setRoles(Collection<ComplexValue> roles)
public Collection<ComplexValue> getRoles()
Copyright © 2026. All rights reserved.