Uses of Class
odata.msgraph.client.complex.SecureScoreControlStateUpdate
-
Packages that use SecureScoreControlStateUpdate Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SecureScoreControlStateUpdate in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SecureScoreControlStateUpdate Modifier and Type Method Description SecureScoreControlStateUpdateSecureScoreControlStateUpdate.Builder. build()SecureScoreControlStateUpdateSecureScoreControlStateUpdate. withAssignedTo(String assignedTo)SecureScoreControlStateUpdateSecureScoreControlStateUpdate. withComment(String comment)SecureScoreControlStateUpdateSecureScoreControlStateUpdate. withState(String state)SecureScoreControlStateUpdateSecureScoreControlStateUpdate. withUnmappedField(String name, Object value)SecureScoreControlStateUpdateSecureScoreControlStateUpdate. withUpdatedBy(String updatedBy)SecureScoreControlStateUpdateSecureScoreControlStateUpdate. withUpdatedDateTime(OffsetDateTime updatedDateTime) -
Uses of SecureScoreControlStateUpdate in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SecureScoreControlStateUpdate Modifier and Type Field Description protected List<SecureScoreControlStateUpdate>SecureScoreControlProfile. controlStateUpdatesMethods in odata.msgraph.client.entity that return types with arguments of type SecureScoreControlStateUpdate Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SecureScoreControlStateUpdate>SecureScoreControlProfile. getControlStateUpdates()com.github.davidmoten.odata.client.CollectionPage<SecureScoreControlStateUpdate>SecureScoreControlProfile. getControlStateUpdates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type SecureScoreControlStateUpdate Modifier and Type Method Description SecureScoreControlProfile.BuilderSecureScoreControlProfile.Builder. controlStateUpdates(SecureScoreControlStateUpdate... controlStateUpdates)Method parameters in odata.msgraph.client.entity with type arguments of type SecureScoreControlStateUpdate Modifier and Type Method Description SecureScoreControlProfile.BuilderSecureScoreControlProfile.Builder. controlStateUpdates(List<SecureScoreControlStateUpdate> controlStateUpdates)SecureScoreControlProfileSecureScoreControlProfile. withControlStateUpdates(List<SecureScoreControlStateUpdate> controlStateUpdates)
-