Package odata.msgraph.client.complex
Class AppsInstallationOptionsForWindows
- java.lang.Object
-
- odata.msgraph.client.complex.AppsInstallationOptionsForWindows
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppsInstallationOptionsForWindows extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppsInstallationOptionsForWindows.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisMicrosoft365AppsEnabledprotected BooleanisProjectEnabledprotected BooleanisSkypeForBusinessEnabledprotected BooleanisVisioEnabledprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppsInstallationOptionsForWindows()
-
Method Summary
-
-
-
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
-
isMicrosoft365AppsEnabled
protected Boolean isMicrosoft365AppsEnabled
-
isProjectEnabled
protected Boolean isProjectEnabled
-
isSkypeForBusinessEnabled
protected Boolean isSkypeForBusinessEnabled
-
isVisioEnabled
protected Boolean isVisioEnabled
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withIsMicrosoft365AppsEnabled
public AppsInstallationOptionsForWindows withIsMicrosoft365AppsEnabled(Boolean isMicrosoft365AppsEnabled)
-
withIsProjectEnabled
public AppsInstallationOptionsForWindows withIsProjectEnabled(Boolean isProjectEnabled)
-
withIsSkypeForBusinessEnabled
public AppsInstallationOptionsForWindows withIsSkypeForBusinessEnabled(Boolean isSkypeForBusinessEnabled)
-
withIsVisioEnabled
public AppsInstallationOptionsForWindows withIsVisioEnabled(Boolean isVisioEnabled)
-
withUnmappedField
public AppsInstallationOptionsForWindows 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 AppsInstallationOptionsForWindows.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
-
-