Class UserPrintUsageSummary
- java.lang.Object
-
- odata.msgraph.client.beta.complex.UserPrintUsageSummary
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserPrintUsageSummary extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserPrintUsageSummary.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegercompletedJobCountprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegerincompleteJobCountprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Identityuserprotected StringuserDisplayNameprotected StringuserPrincipalName
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserPrintUsageSummary()
-
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
-
completedJobCount
protected Integer completedJobCount
-
incompleteJobCount
protected Integer incompleteJobCount
-
user
protected Identity user
-
userDisplayName
protected String userDisplayName
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCompletedJobCount
public UserPrintUsageSummary withCompletedJobCount(Integer completedJobCount)
-
withIncompleteJobCount
public UserPrintUsageSummary withIncompleteJobCount(Integer incompleteJobCount)
-
withUser
public UserPrintUsageSummary withUser(Identity user)
-
withUserDisplayName
public UserPrintUsageSummary withUserDisplayName(String userDisplayName)
-
withUserPrincipalName
public UserPrintUsageSummary withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public UserPrintUsageSummary withUnmappedField(String name, String 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 UserPrintUsageSummary.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
-
-