public class IdentityProvider extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityProvider.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
clientSecret |
protected String |
name |
protected String |
type |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IdentityProvider() |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProvider.Builder |
builderIdentityProvider()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getClientId() |
Optional<String> |
getClientSecret() |
Optional<String> |
getName() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IdentityProvider |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IdentityProvider |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IdentityProvider |
withClientId(String clientId) |
IdentityProvider |
withClientSecret(String clientSecret) |
IdentityProvider |
withName(String name) |
IdentityProvider |
withType(String type) |
protected String type
protected String name
protected String clientId
protected String clientSecret
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static IdentityProvider.Builder builderIdentityProvider()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic IdentityProvider withType(String type)
public IdentityProvider withName(String name)
public IdentityProvider withClientId(String clientId)
public IdentityProvider withClientSecret(String clientSecret)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic IdentityProvider patch()
this with changed fields reset.public IdentityProvider put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.