Class EducationPowerSchoolDataProvider
- java.lang.Object
-
- odata.msgraph.client.beta.complex.EducationSynchronizationDataProvider
-
- odata.msgraph.client.beta.complex.EducationPowerSchoolDataProvider
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EducationPowerSchoolDataProvider extends EducationSynchronizationDataProvider implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEducationPowerSchoolDataProvider.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowTeachersInMultipleSchoolsprotected StringclientIdprotected StringclientSecretprotected StringconnectionUrlprotected EducationSynchronizationCustomizationscustomizationsprotected List<String>schoolsIdsprotected StringschoolsIdsNextLinkprotected StringschoolYear-
Fields inherited from class odata.msgraph.client.beta.complex.EducationSynchronizationDataProvider
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEducationPowerSchoolDataProvider()
-
Method Summary
-
-
-
Field Detail
-
allowTeachersInMultipleSchools
protected Boolean allowTeachersInMultipleSchools
-
clientId
protected String clientId
-
clientSecret
protected String clientSecret
-
connectionUrl
protected String connectionUrl
-
customizations
protected EducationSynchronizationCustomizations customizations
-
schoolsIdsNextLink
protected String schoolsIdsNextLink
-
schoolYear
protected String schoolYear
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEducationSynchronizationDataProvider
-
withAllowTeachersInMultipleSchools
public EducationPowerSchoolDataProvider withAllowTeachersInMultipleSchools(Boolean allowTeachersInMultipleSchools)
-
withClientId
public EducationPowerSchoolDataProvider withClientId(String clientId)
-
withClientSecret
public EducationPowerSchoolDataProvider withClientSecret(String clientSecret)
-
withConnectionUrl
public EducationPowerSchoolDataProvider withConnectionUrl(String connectionUrl)
-
getCustomizations
public Optional<EducationSynchronizationCustomizations> getCustomizations()
-
withCustomizations
public EducationPowerSchoolDataProvider withCustomizations(EducationSynchronizationCustomizations customizations)
-
getSchoolsIds
public com.github.davidmoten.odata.client.CollectionPage<String> getSchoolsIds()
-
getSchoolsIds
public com.github.davidmoten.odata.client.CollectionPage<String> getSchoolsIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withSchoolYear
public EducationPowerSchoolDataProvider withSchoolYear(String schoolYear)
-
withUnmappedField
public EducationPowerSchoolDataProvider withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEducationSynchronizationDataProvider
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEducationSynchronizationDataProvider
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEducationSynchronizationDataProvider
-
builderEducationPowerSchoolDataProvider
public static EducationPowerSchoolDataProvider.Builder builderEducationPowerSchoolDataProvider()
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
-
toString
public String toString()
- Overrides:
toStringin classEducationSynchronizationDataProvider
-
-