Class UserEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.UserEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Streamstreamprotected UserAccountuserAccount-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserEvidence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserEvidence.BuilderbuilderUserEvidence()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Stream>getStream()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<UserAccount>getUserAccount()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()UserEvidencewithStream(Stream stream)UserEvidencewithUnmappedField(String name, Object value)UserEvidencewithUserAccount(UserAccount userAccount)-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
stream
protected Stream stream
-
userAccount
protected UserAccount userAccount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
withStream
public UserEvidence withStream(Stream stream)
-
getUserAccount
public Optional<UserAccount> getUserAccount()
-
withUserAccount
public UserEvidence withUserAccount(UserAccount userAccount)
-
withUnmappedField
public UserEvidence withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderUserEvidence
public static UserEvidence.Builder builderUserEvidence()
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
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-