Package odata.msgraph.client.entity
Class LearningProvider
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.LearningProvider
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class LearningProvider extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLearningProvider.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdisplayNameprotected BooleanisCourseActivitySyncEnabledprotected List<LearningContent>learningContentsprotected List<LearningCourseActivity>learningCourseActivitiesprotected StringloginWebUrlprotected StringlongLogoWebUrlForDarkThemeprotected StringlongLogoWebUrlForLightThemeprotected StringsquareLogoWebUrlForDarkThemeprotected StringsquareLogoWebUrlForLightTheme-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLearningProvider()
-
Method Summary
-
-
-
Field Detail
-
displayName
protected String displayName
-
isCourseActivitySyncEnabled
protected Boolean isCourseActivitySyncEnabled
-
loginWebUrl
protected String loginWebUrl
-
longLogoWebUrlForDarkTheme
protected String longLogoWebUrlForDarkTheme
-
longLogoWebUrlForLightTheme
protected String longLogoWebUrlForLightTheme
-
squareLogoWebUrlForDarkTheme
protected String squareLogoWebUrlForDarkTheme
-
squareLogoWebUrlForLightTheme
protected String squareLogoWebUrlForLightTheme
-
learningContents
protected List<LearningContent> learningContents
-
learningCourseActivities
protected List<LearningCourseActivity> learningCourseActivities
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderLearningProvider
public static LearningProvider.Builder builderLearningProvider()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withDisplayName
public LearningProvider withDisplayName(String displayName)
-
withIsCourseActivitySyncEnabled
public LearningProvider withIsCourseActivitySyncEnabled(Boolean isCourseActivitySyncEnabled)
-
withLoginWebUrl
public LearningProvider withLoginWebUrl(String loginWebUrl)
-
withLongLogoWebUrlForDarkTheme
public LearningProvider withLongLogoWebUrlForDarkTheme(String longLogoWebUrlForDarkTheme)
-
withLongLogoWebUrlForLightTheme
public LearningProvider withLongLogoWebUrlForLightTheme(String longLogoWebUrlForLightTheme)
-
withSquareLogoWebUrlForDarkTheme
public LearningProvider withSquareLogoWebUrlForDarkTheme(String squareLogoWebUrlForDarkTheme)
-
withSquareLogoWebUrlForLightTheme
public LearningProvider withSquareLogoWebUrlForLightTheme(String squareLogoWebUrlForLightTheme)
-
withUnmappedField
public LearningProvider withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getLearningContents
public LearningContentCollectionRequest getLearningContents()
-
getLearningCourseActivities
public LearningCourseActivityCollectionRequest getLearningCourseActivities()
-
withLearningContents
public LearningProvider withLearningContents(List<LearningContent> learningContents)
-
withLearningCourseActivities
public LearningProvider withLearningCourseActivities(List<LearningCourseActivity> learningCourseActivities)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public LearningProvider patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public LearningProvider put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-