- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LandingPageDetail
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Landing Page Detail.
-
-
Constructor Summary
Constructors
-
Method Summary
void
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
content
@SerializedName(value="content",
alternate="Content")
@Expose
@Nullable
public String content
The Content.
-
isDefaultLangauge
@SerializedName(value="isDefaultLangauge",
alternate="IsDefaultLangauge")
@Expose
@Nullable
public Boolean isDefaultLangauge
The Is Default Langauge.
-
language
@SerializedName(value="language",
alternate="Language")
@Expose
@Nullable
public String language
The Language.
-
Constructor Details
-
LandingPageDetail
public LandingPageDetail()
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
Sets the raw JSON object
- Specified by:
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject in class Entity
- Parameters:
serializer - the serializer
json - the JSON object to set this object to