Skip to content

Commit aeb0eb9

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #58 from microsoftgraph/gen-updates
Expose odata.type
2 parents c18611a + f6b54b8 commit aeb0eb9

File tree

124 files changed

+240
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+240
-240
lines changed

src/main/java/com/microsoft/graph/models/generated/BaseAlternativeSecurityId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAlternativeSecurityId implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

src/main/java/com/microsoft/graph/models/generated/BaseAssignedLicense.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAssignedLicense implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

src/main/java/com/microsoft/graph/models/generated/BaseAssignedPlan.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAssignedPlan implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);
@@ -51,15 +51,15 @@ public final AdditionalDataManager additionalDataManager() {
5151

5252
/**
5353
* The Capability Status.
54-
* For example, Enabled.
54+
* For example, "Enabled".
5555
*/
5656
@SerializedName("capabilityStatus")
5757
@Expose
5858
public String capabilityStatus;
5959

6060
/**
6161
* The Service.
62-
* The name of the service; for example, Exchange.
62+
* The name of the service; for example, "Exchange".
6363
*/
6464
@SerializedName("service")
6565
@Expose

src/main/java/com/microsoft/graph/models/generated/BaseAttendeeAvailability.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAttendeeAvailability implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

src/main/java/com/microsoft/graph/models/generated/BaseAudio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAudio implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

src/main/java/com/microsoft/graph/models/generated/BaseAutomaticRepliesSetting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAutomaticRepliesSetting implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

src/main/java/com/microsoft/graph/models/generated/BaseBooleanColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseBooleanColumn implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

src/main/java/com/microsoft/graph/models/generated/BaseCalculatedColumn.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseCalculatedColumn implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);
@@ -43,23 +43,23 @@ public final AdditionalDataManager additionalDataManager() {
4343

4444
/**
4545
* The Format.
46-
*
46+
* For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
4747
*/
4848
@SerializedName("format")
4949
@Expose
5050
public String format;
5151

5252
/**
5353
* The Formula.
54-
*
54+
* The formula used to compute the value for this column.
5555
*/
5656
@SerializedName("formula")
5757
@Expose
5858
public String formula;
5959

6060
/**
6161
* The Output Type.
62-
*
62+
* The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
6363
*/
6464
@SerializedName("outputType")
6565
@Expose

src/main/java/com/microsoft/graph/models/generated/BaseChoiceColumn.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseChoiceColumn implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);
@@ -43,23 +43,23 @@ public final AdditionalDataManager additionalDataManager() {
4343

4444
/**
4545
* The Allow Text Entry.
46-
*
46+
* If true, allows custom values that aren't in the configured choices.
4747
*/
4848
@SerializedName("allowTextEntry")
4949
@Expose
5050
public Boolean allowTextEntry;
5151

5252
/**
5353
* The Choices.
54-
*
54+
* The list of values available for this column.
5555
*/
5656
@SerializedName("choices")
5757
@Expose
5858
public java.util.List<String> choices;
5959

6060
/**
6161
* The Display As.
62-
*
62+
* How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
6363
*/
6464
@SerializedName("displayAs")
6565
@Expose

src/main/java/com/microsoft/graph/models/generated/BaseColumnDefinition.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,151 +33,151 @@ public class BaseColumnDefinition extends Entity implements IJsonBackedObject {
3333

3434
/**
3535
* The Boolean.
36-
*
36+
* This column stores boolean values.
3737
*/
3838
@SerializedName("boolean")
3939
@Expose
4040
public BooleanColumn msgraphboolean;
4141

4242
/**
4343
* The Calculated.
44-
*
44+
* This column's data is calculated based on other columns.
4545
*/
4646
@SerializedName("calculated")
4747
@Expose
4848
public CalculatedColumn calculated;
4949

5050
/**
5151
* The Choice.
52-
*
52+
* This column stores data from a list of choices.
5353
*/
5454
@SerializedName("choice")
5555
@Expose
5656
public ChoiceColumn choice;
5757

5858
/**
5959
* The Column Group.
60-
*
60+
* For site columns, the name of the group this column belongs to. Helps organize related columns.
6161
*/
6262
@SerializedName("columnGroup")
6363
@Expose
6464
public String columnGroup;
6565

6666
/**
6767
* The Currency.
68-
*
68+
* This column stores currency values.
6969
*/
7070
@SerializedName("currency")
7171
@Expose
7272
public CurrencyColumn currency;
7373

7474
/**
7575
* The Date Time.
76-
*
76+
* This column stores DateTime values.
7777
*/
7878
@SerializedName("dateTime")
7979
@Expose
8080
public DateTimeColumn dateTime;
8181

8282
/**
8383
* The Default Value.
84-
*
84+
* The default value for this column.
8585
*/
8686
@SerializedName("defaultValue")
8787
@Expose
8888
public DefaultColumnValue defaultValue;
8989

9090
/**
9191
* The Description.
92-
*
92+
* The user-facing description of the column.
9393
*/
9494
@SerializedName("description")
9595
@Expose
9696
public String description;
9797

9898
/**
9999
* The Display Name.
100-
*
100+
* The user-facing name of the column.
101101
*/
102102
@SerializedName("displayName")
103103
@Expose
104104
public String displayName;
105105

106106
/**
107107
* The Enforce Unique Values.
108-
*
108+
* If true, no two list items may have the same value for this column.
109109
*/
110110
@SerializedName("enforceUniqueValues")
111111
@Expose
112112
public Boolean enforceUniqueValues;
113113

114114
/**
115115
* The Hidden.
116-
*
116+
* Specifies whether the column is displayed in the user interface.
117117
*/
118118
@SerializedName("hidden")
119119
@Expose
120120
public Boolean hidden;
121121

122122
/**
123123
* The Indexed.
124-
*
124+
* Specifies whether the column values can used for sorting and searching.
125125
*/
126126
@SerializedName("indexed")
127127
@Expose
128128
public Boolean indexed;
129129

130130
/**
131131
* The Lookup.
132-
*
132+
* This column's data is looked up from another source in the site.
133133
*/
134134
@SerializedName("lookup")
135135
@Expose
136136
public LookupColumn lookup;
137137

138138
/**
139139
* The Name.
140-
*
140+
* The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
141141
*/
142142
@SerializedName("name")
143143
@Expose
144144
public String name;
145145

146146
/**
147147
* The Number.
148-
*
148+
* This column stores number values.
149149
*/
150150
@SerializedName("number")
151151
@Expose
152152
public NumberColumn number;
153153

154154
/**
155155
* The Person Or Group.
156-
*
156+
* This column stores Person or Group values.
157157
*/
158158
@SerializedName("personOrGroup")
159159
@Expose
160160
public PersonOrGroupColumn personOrGroup;
161161

162162
/**
163163
* The Read Only.
164-
*
164+
* Specifies whether the column values can be modified.
165165
*/
166166
@SerializedName("readOnly")
167167
@Expose
168168
public Boolean readOnly;
169169

170170
/**
171171
* The Required.
172-
*
172+
* Specifies whether the column value is not optional.
173173
*/
174174
@SerializedName("required")
175175
@Expose
176176
public Boolean required;
177177

178178
/**
179179
* The Text.
180-
*
180+
* This column stores text values.
181181
*/
182182
@SerializedName("text")
183183
@Expose

0 commit comments

Comments
 (0)