public class TeamsAppDefinition extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamsAppDefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
azureADAppId |
protected String |
displayName |
protected TeamsAppPublishingState |
publishingState |
protected String |
teamsAppId |
protected String |
version |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TeamsAppDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static TeamsAppDefinition.Builder |
builderTeamsAppDefinition()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAzureADAppId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayName() |
Optional<TeamsAppPublishingState> |
getPublishingState() |
Optional<String> |
getTeamsAppId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVersion() |
String |
odataTypeName() |
TeamsAppDefinition |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
TeamsAppDefinition |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
TeamsAppDefinition |
withAzureADAppId(String azureADAppId) |
TeamsAppDefinition |
withDisplayName(String displayName) |
TeamsAppDefinition |
withPublishingState(TeamsAppPublishingState publishingState) |
TeamsAppDefinition |
withTeamsAppId(String teamsAppId) |
TeamsAppDefinition |
withVersion(String version) |
protected String teamsAppId
protected String azureADAppId
protected String displayName
protected String version
protected TeamsAppPublishingState publishingState
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TeamsAppDefinition.Builder builderTeamsAppDefinition()
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 TeamsAppDefinition withTeamsAppId(String teamsAppId)
public TeamsAppDefinition withAzureADAppId(String azureADAppId)
public TeamsAppDefinition withDisplayName(String displayName)
public TeamsAppDefinition withVersion(String version)
public Optional<TeamsAppPublishingState> getPublishingState()
public TeamsAppDefinition withPublishingState(TeamsAppPublishingState publishingState)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TeamsAppDefinition patch()
this with changed fields reset.public TeamsAppDefinition put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.