Uses of Class
odata.msgraph.client.beta.complex.GovernanceSchedule
-
Packages that use GovernanceSchedule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of GovernanceSchedule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return GovernanceSchedule Modifier and Type Method Description GovernanceScheduleGovernanceSchedule.Builder. build()GovernanceScheduleGovernanceSchedule. withDuration(Duration duration)GovernanceScheduleGovernanceSchedule. withEndDateTime(OffsetDateTime endDateTime)GovernanceScheduleGovernanceSchedule. withStartDateTime(OffsetDateTime startDateTime)GovernanceScheduleGovernanceSchedule. withType(String type)GovernanceScheduleGovernanceSchedule. withUnmappedField(String name, String value) -
Uses of GovernanceSchedule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as GovernanceSchedule Modifier and Type Field Description protected GovernanceScheduleGovernanceRoleAssignmentRequest. scheduleprotected GovernanceSchedulePrivilegedRoleAssignmentRequest. scheduleMethods in odata.msgraph.client.beta.entity that return types with arguments of type GovernanceSchedule Modifier and Type Method Description Optional<GovernanceSchedule>GovernanceRoleAssignmentRequest. getSchedule()Optional<GovernanceSchedule>PrivilegedRoleAssignmentRequest. getSchedule()Methods in odata.msgraph.client.beta.entity with parameters of type GovernanceSchedule Modifier and Type Method Description GovernanceRoleAssignmentRequest.BuilderGovernanceRoleAssignmentRequest.Builder. schedule(GovernanceSchedule schedule)PrivilegedRoleAssignmentRequest.BuilderPrivilegedRoleAssignmentRequest.Builder. schedule(GovernanceSchedule schedule)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<GovernanceRoleAssignmentRequest>GovernanceRoleAssignmentRequest. updateRequest(String decision, String assignmentState, GovernanceSchedule schedule, String reason)GovernanceRoleAssignmentRequestGovernanceRoleAssignmentRequest. withSchedule(GovernanceSchedule schedule)PrivilegedRoleAssignmentRequestPrivilegedRoleAssignmentRequest. withSchedule(GovernanceSchedule schedule) -
Uses of GovernanceSchedule in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type GovernanceSchedule Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<GovernanceRoleAssignmentRequest>GovernanceRoleAssignmentRequestRequest. updateRequest(String decision, String assignmentState, GovernanceSchedule schedule, String reason)
-