public class AuthenticationDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationMethod |
protected String |
authenticationMethodDetail |
protected OffsetDateTime |
authenticationStepDateTime |
protected String |
authenticationStepRequirement |
protected String |
authenticationStepResultDetail |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected Boolean |
succeeded |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticationDetail() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime authenticationStepDateTime
protected String authenticationMethod
protected String authenticationMethodDetail
protected Boolean succeeded
protected String authenticationStepResultDetail
protected String authenticationStepRequirement
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getAuthenticationStepDateTime()
public AuthenticationDetail withAuthenticationStepDateTime(OffsetDateTime authenticationStepDateTime)
public AuthenticationDetail withAuthenticationMethod(String authenticationMethod)
public AuthenticationDetail withAuthenticationMethodDetail(String authenticationMethodDetail)
public AuthenticationDetail withSucceeded(Boolean succeeded)
public AuthenticationDetail withAuthenticationStepResultDetail(String authenticationStepResultDetail)
public AuthenticationDetail withAuthenticationStepRequirement(String authenticationStepRequirement)
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 AuthenticationDetail.Builder builder()
Copyright © 2018–2020. All rights reserved.