public class RegistrationAndResetTarget extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistrationAndResetTarget.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
id |
protected Integer |
minAuthMethodsToRegister |
protected Integer |
minAuthMethodsToReset |
protected String |
odataType |
protected AuthenticationMethodTargetType |
targetType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
RegistrationAndResetTarget() |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationAndResetTarget.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getId() |
Optional<Integer> |
getMinAuthMethodsToRegister() |
Optional<Integer> |
getMinAuthMethodsToReset() |
Optional<AuthenticationMethodTargetType> |
getTargetType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
RegistrationAndResetTarget |
withId(String id) |
RegistrationAndResetTarget |
withMinAuthMethodsToRegister(Integer minAuthMethodsToRegister) |
RegistrationAndResetTarget |
withMinAuthMethodsToReset(Integer minAuthMethodsToReset) |
RegistrationAndResetTarget |
withTargetType(AuthenticationMethodTargetType targetType) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected AuthenticationMethodTargetType targetType
protected String id
protected Integer minAuthMethodsToRegister
protected Integer minAuthMethodsToReset
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<AuthenticationMethodTargetType> getTargetType()
public RegistrationAndResetTarget withTargetType(AuthenticationMethodTargetType targetType)
public RegistrationAndResetTarget withId(String id)
public RegistrationAndResetTarget withMinAuthMethodsToRegister(Integer minAuthMethodsToRegister)
public RegistrationAndResetTarget withMinAuthMethodsToReset(Integer minAuthMethodsToReset)
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 RegistrationAndResetTarget.Builder builder()
Copyright © 2018–2020. All rights reserved.