Package odata.msgraph.client.complex
Class TeamsTabConfiguration
- java.lang.Object
-
- odata.msgraph.client.complex.TeamsTabConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamsTabConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamsTabConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcontentUrlprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringentityIdprotected StringodataTypeprotected StringremoveUrlprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringwebsiteUrl
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamsTabConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeamsTabConfiguration.Builderbuilder()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.UnmappedFieldsgetUnmappedFields()Optional<String>getWebsiteUrl()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()TeamsTabConfigurationwithContentUrl(String contentUrl)TeamsTabConfigurationwithEntityId(String entityId)TeamsTabConfigurationwithRemoveUrl(String removeUrl)TeamsTabConfigurationwithUnmappedField(String name, String value)TeamsTabConfigurationwithWebsiteUrl(String websiteUrl)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
contentUrl
protected String contentUrl
-
entityId
protected String entityId
-
removeUrl
protected String removeUrl
-
websiteUrl
protected String websiteUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withContentUrl
public TeamsTabConfiguration withContentUrl(String contentUrl)
-
withEntityId
public TeamsTabConfiguration withEntityId(String entityId)
-
withRemoveUrl
public TeamsTabConfiguration withRemoveUrl(String removeUrl)
-
withWebsiteUrl
public TeamsTabConfiguration withWebsiteUrl(String websiteUrl)
-
withUnmappedField
public TeamsTabConfiguration withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static TeamsTabConfiguration.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-