Package odata.msgraph.client.complex
Class WebPartPosition
- java.lang.Object
-
- odata.msgraph.client.complex.WebPartPosition
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WebPartPosition extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebPartPosition.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DoublecolumnIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected DoublehorizontalSectionIdprotected BooleanisInVerticalSectionprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected DoublewebPartIndex
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebPartPosition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebPartPosition.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Double>getColumnId()Optional<Double>getHorizontalSectionId()Optional<Boolean>getIsInVerticalSection()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Double>getWebPartIndex()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WebPartPositionwithColumnId(Double columnId)WebPartPositionwithHorizontalSectionId(Double horizontalSectionId)WebPartPositionwithIsInVerticalSection(Boolean isInVerticalSection)WebPartPositionwithUnmappedField(String name, Object value)WebPartPositionwithWebPartIndex(Double webPartIndex)
-
-
-
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
-
columnId
protected Double columnId
-
horizontalSectionId
protected Double horizontalSectionId
-
isInVerticalSection
protected Boolean isInVerticalSection
-
webPartIndex
protected Double webPartIndex
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withColumnId
public WebPartPosition withColumnId(Double columnId)
-
withHorizontalSectionId
public WebPartPosition withHorizontalSectionId(Double horizontalSectionId)
-
withIsInVerticalSection
public WebPartPosition withIsInVerticalSection(Boolean isInVerticalSection)
-
withWebPartIndex
public WebPartPosition withWebPartIndex(Double webPartIndex)
-
withUnmappedField
public WebPartPosition withUnmappedField(String name, Object 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 WebPartPosition.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
-
-