public class ProviderTenantSetting extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
ProviderTenantSetting.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
azureTenantId |
protected Boolean |
enabled |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
provider |
protected String |
vendor |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ProviderTenantSetting() |
| Modifier and Type | Method and Description |
|---|---|
static ProviderTenantSetting.Builder |
builderProviderTenantSetting()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAzureTenantId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getEnabled() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
Optional<String> |
getProvider() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVendor() |
String |
odataTypeName() |
ProviderTenantSetting |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ProviderTenantSetting |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ProviderTenantSetting |
withAzureTenantId(String azureTenantId) |
ProviderTenantSetting |
withEnabled(Boolean enabled) |
ProviderTenantSetting |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
ProviderTenantSetting |
withProvider(String provider) |
ProviderTenantSetting |
withVendor(String vendor) |
protected String azureTenantId
protected Boolean enabled
protected OffsetDateTime lastModifiedDateTime
protected String provider
protected String vendor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ProviderTenantSetting.Builder builderProviderTenantSetting()
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 ProviderTenantSetting withAzureTenantId(String azureTenantId)
public ProviderTenantSetting withEnabled(Boolean enabled)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public ProviderTenantSetting withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public ProviderTenantSetting withProvider(String provider)
public ProviderTenantSetting withVendor(String vendor)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ProviderTenantSetting patch()
this with changed fields reset.public ProviderTenantSetting put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.