public class TeamsTabConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamsTabConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentUrl |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
entityId |
protected String |
odataType |
protected String |
removeUrl |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
websiteUrl |
| Modifier | Constructor and Description |
|---|---|
protected |
TeamsTabConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static TeamsTabConfiguration.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getContentUrl() |
Optional<String> |
getEntityId() |
Optional<String> |
getRemoveUrl() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebsiteUrl() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
TeamsTabConfiguration |
withContentUrl(String contentUrl) |
TeamsTabConfiguration |
withEntityId(String entityId) |
TeamsTabConfiguration |
withRemoveUrl(String removeUrl) |
TeamsTabConfiguration |
withWebsiteUrl(String websiteUrl) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String entityId
protected String contentUrl
protected String removeUrl
protected String websiteUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic TeamsTabConfiguration withEntityId(String entityId)
public TeamsTabConfiguration withContentUrl(String contentUrl)
public TeamsTabConfiguration withRemoveUrl(String removeUrl)
public TeamsTabConfiguration withWebsiteUrl(String websiteUrl)
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.ODataTypepublic static TeamsTabConfiguration.Builder builder()
Copyright © 2018–2020. All rights reserved.