public class PasswordCredential extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PasswordCredential.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected byte[] |
customKeyIdentifier |
protected String |
displayName |
protected OffsetDateTime |
endDateTime |
protected String |
hint |
protected String |
keyId |
protected String |
odataType |
protected String |
secretText |
protected OffsetDateTime |
startDateTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PasswordCredential() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected byte[] customKeyIdentifier
protected OffsetDateTime endDateTime
protected String keyId
protected OffsetDateTime startDateTime
protected String secretText
protected String hint
protected String displayName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<byte[]> getCustomKeyIdentifier()
public PasswordCredential withCustomKeyIdentifier(byte[] customKeyIdentifier)
public Optional<OffsetDateTime> getEndDateTime()
public PasswordCredential withEndDateTime(OffsetDateTime endDateTime)
public PasswordCredential withKeyId(String keyId)
public Optional<OffsetDateTime> getStartDateTime()
public PasswordCredential withStartDateTime(OffsetDateTime startDateTime)
public PasswordCredential withSecretText(String secretText)
public PasswordCredential withHint(String hint)
public PasswordCredential withDisplayName(String displayName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static PasswordCredential.Builder builder()
Copyright © 2018–2020. All rights reserved.