public class EducationSynchronizationConnectionSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
clientSecret |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationSynchronizationConnectionSettings() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getClientId() |
Optional<String> |
getClientSecret() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationSynchronizationConnectionSettings |
withClientId(String clientId) |
EducationSynchronizationConnectionSettings |
withClientSecret(String clientSecret) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String clientId
protected String clientSecret
protected EducationSynchronizationConnectionSettings()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic EducationSynchronizationConnectionSettings withClientId(String clientId)
public EducationSynchronizationConnectionSettings withClientSecret(String clientSecret)
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.ODataTypeCopyright © 2018–2020. All rights reserved.