Interface ListUsersForTenantResponse._FinalStage
-
- All Known Implementing Classes:
ListUsersForTenantResponse.Builder
- Enclosing class:
- ListUsersForTenantResponse
public static interface ListUsersForTenantResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUsersForTenantResponsebuild()ListUsersForTenantResponse._FinalStagecursor(java.lang.String cursor)ListUsersForTenantResponse._FinalStagecursor(java.util.Optional<java.lang.String> cursor)ListUsersForTenantResponse._FinalStageitems(java.util.List<UserTenantAssociation> items)ListUsersForTenantResponse._FinalStageitems(java.util.Optional<java.util.List<UserTenantAssociation>> items)ListUsersForTenantResponse._FinalStagenextUrl(java.lang.String nextUrl)ListUsersForTenantResponse._FinalStagenextUrl(java.util.Optional<java.lang.String> nextUrl)
-
-
-
Method Detail
-
build
ListUsersForTenantResponse build()
-
items
ListUsersForTenantResponse._FinalStage items(java.util.Optional<java.util.List<UserTenantAssociation>> items)
-
items
ListUsersForTenantResponse._FinalStage items(java.util.List<UserTenantAssociation> items)
-
nextUrl
ListUsersForTenantResponse._FinalStage nextUrl(java.util.Optional<java.lang.String> nextUrl)
-
nextUrl
ListUsersForTenantResponse._FinalStage nextUrl(java.lang.String nextUrl)
-
cursor
ListUsersForTenantResponse._FinalStage cursor(java.util.Optional<java.lang.String> cursor)
-
cursor
ListUsersForTenantResponse._FinalStage cursor(java.lang.String cursor)
-
-