public class AzureActiveDirectoryTenant extends IdentitySource implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureActiveDirectoryTenant.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
tenantId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AzureActiveDirectoryTenant() |
| Modifier and Type | Method and Description |
|---|---|
static AzureActiveDirectoryTenant.Builder |
builderAzureActiveDirectoryTenant()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDisplayName() |
Optional<String> |
getTenantId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AzureActiveDirectoryTenant |
withDisplayName(String displayName) |
AzureActiveDirectoryTenant |
withTenantId(String tenantId) |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String tenantId
protected String displayName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IdentitySourcepublic AzureActiveDirectoryTenant withTenantId(String tenantId)
public AzureActiveDirectoryTenant withDisplayName(String displayName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IdentitySourcepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IdentitySourcepublic static AzureActiveDirectoryTenant.Builder builderAzureActiveDirectoryTenant()
public String toString()
toString in class IdentitySourceCopyright © 2018–2020. All rights reserved.