Class RoleSuccessStatistics
- java.lang.Object
-
- odata.msgraph.client.beta.complex.RoleSuccessStatistics
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RoleSuccessStatistics extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoleSuccessStatistics.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected LongpermanentFailprotected LongpermanentSuccessprotected LongremoveFailprotected LongremoveSuccessprotected StringroleIdprotected StringroleNameprotected LongtemporaryFailprotected LongtemporarySuccessprotected LongunknownFailprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedRoleSuccessStatistics()
-
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
-
permanentFail
protected Long permanentFail
-
permanentSuccess
protected Long permanentSuccess
-
removeFail
protected Long removeFail
-
removeSuccess
protected Long removeSuccess
-
roleId
protected String roleId
-
roleName
protected String roleName
-
temporaryFail
protected Long temporaryFail
-
temporarySuccess
protected Long temporarySuccess
-
unknownFail
protected Long unknownFail
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withPermanentFail
public RoleSuccessStatistics withPermanentFail(Long permanentFail)
-
withPermanentSuccess
public RoleSuccessStatistics withPermanentSuccess(Long permanentSuccess)
-
withRemoveFail
public RoleSuccessStatistics withRemoveFail(Long removeFail)
-
withRemoveSuccess
public RoleSuccessStatistics withRemoveSuccess(Long removeSuccess)
-
withRoleId
public RoleSuccessStatistics withRoleId(String roleId)
-
withRoleName
public RoleSuccessStatistics withRoleName(String roleName)
-
withTemporaryFail
public RoleSuccessStatistics withTemporaryFail(Long temporaryFail)
-
withTemporarySuccess
public RoleSuccessStatistics withTemporarySuccess(Long temporarySuccess)
-
withUnknownFail
public RoleSuccessStatistics withUnknownFail(Long unknownFail)
-
withUnmappedField
public RoleSuccessStatistics 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 RoleSuccessStatistics.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
-
-