public class DomainIdentitySource extends IdentitySource implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainIdentitySource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
domainName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DomainIdentitySource() |
| Modifier and Type | Method and Description |
|---|---|
static DomainIdentitySource.Builder |
builderDomainIdentitySource()
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> |
getDomainName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DomainIdentitySource |
withDisplayName(String displayName) |
DomainIdentitySource |
withDomainName(String domainName) |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String domainName
protected String displayName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IdentitySourcepublic DomainIdentitySource withDomainName(String domainName)
public DomainIdentitySource 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 DomainIdentitySource.Builder builderDomainIdentitySource()
public String toString()
toString in class IdentitySourceCopyright © 2018–2020. All rights reserved.