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 IdentitySet |
createdBy |
protected String |
description |
protected String |
displayName |
protected OffsetDateTime |
lastModifiedDateTime |
protected TeamsAppPublishingState |
publishingState |
protected String |
shortdescription |
protected String |
teamsAppId |
protected String |
version |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TeamsAppDefinition() |
protected String teamsAppId
protected String azureADAppId
protected String displayName
protected String version
protected TeamsAppPublishingState publishingState
protected String shortdescription
protected String description
protected OffsetDateTime lastModifiedDateTime
protected IdentitySet createdBy
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 TeamsAppDefinition withShortdescription(String shortdescription)
public TeamsAppDefinition withDescription(String description)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public TeamsAppDefinition withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<IdentitySet> getCreatedBy()
public TeamsAppDefinition withCreatedBy(IdentitySet createdBy)
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.